New package: gkill-0.0.0.20170406
This commit is contained in:
parent
fbdf2ca1ab
commit
a3809a00b3
1 changed files with 19 additions and 0 deletions
19
srcpkgs/gkill/template
Normal file
19
srcpkgs/gkill/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'gkill'
|
||||
pkgname=gkill
|
||||
version=0.0.0.20170406
|
||||
revision=1
|
||||
_commit="46a3be01f54543ea23c43f3d8a619ea9126aebbc"
|
||||
wrksrc="$pkgname-$_commit"
|
||||
build_style=go
|
||||
hostmakedepends="git"
|
||||
short_desc="Easy Process Killer"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MIT"
|
||||
go_import_path="github.com/heppu/gkill"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||
checksum=b8b89c7252dd2d4a3cb7870a676c6fd9561006a7416f0b0121ce233b68c86c6a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue