mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
12d609e51c
commit
e6892903a4
1 changed files with 20 additions and 0 deletions
20
srcpkgs/slack-term/template
Normal file
20
srcpkgs/slack-term/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue