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