New package: slack-term-0.3.2

Closes #12555.
This commit is contained in:
Gerardo Di Iorio 2018-03-22 18:25:13 +01:00 committed by Leah Neukirchen
parent 12d609e51c
commit e6892903a4

View file

@ -0,0 +1,20 @@
# 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
}