21 lines
500 B
Bash
21 lines
500 B
Bash
# Template file for 'drive'
|
|
pkgname=slack-term
|
|
version=0.3.2
|
|
revision=1
|
|
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=c46306ece42032ef64ae45399b6aff450575656a870ca4dd53561cad7f29a429
|
|
|
|
do_check() {
|
|
:
|
|
}
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|