18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'slack-term'
|
|
pkgname=slack-term
|
|
version=0.5.0
|
|
revision=4
|
|
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/jpbruinsslot/slack-term"
|
|
distfiles="https://github.com/jpbruinsslot/slack-term/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=089cf10a3959c99b73da1d5ad974f2cd076a56851ef9ffd97a77350a81e527f0
|
|
|
|
post_install() {
|
|
vdoc README.md
|
|
vlicense LICENSE
|
|
}
|