vp-build/srcpkgs/slack-term/template

21 lines
500 B
Bash

# Template file for 'drive'
pkgname=slack-term
version=0.4.0
revision=3
build_style=go
short_desc="Slack client for your terminal"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="MIT"
homepage="https://github.com/erroneousboat/slack-term"
go_import_path="github.com/erroneousboat/slack-term"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=f8ca198f3011ef2280162ae5324f19cfc85af661d89dba14b42d0f19baa79d96
do_check() {
:
}
post_install() {
vdoc README.md
vlicense LICENSE
}