void-packages/srcpkgs/slack-term/template
2020-03-17 08:21:14 +01:00

21 lines
505 B
Bash

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