void-packages/srcpkgs/slack-term/template
Gerardo Di Iorio 2cf5a8c595 slack-term: update to 0.4.0.
Closes #13536.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-18 23:30:09 +02:00

20 lines
500 B
Bash

# Template file for 'drive'
pkgname=slack-term
version=0.4.0
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=f8ca198f3011ef2280162ae5324f19cfc85af661d89dba14b42d0f19baa79d96
do_check() {
:
}
post_install() {
vdoc README.md
vlicense LICENSE
}