void-packages/srcpkgs/gkill/template

18 lines
433 B
Bash
Raw Normal View History

2017-04-06 09:58:48 +00:00
# Template file for 'gkill'
pkgname=gkill
2017-04-12 14:52:03 +00:00
version=1.0.2
2017-05-25 09:49:28 +00:00
revision=2
2017-04-06 09:58:48 +00:00
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"
2017-04-12 14:52:03 +00:00
distfiles="$homepage/archive/v$version.tar.gz"
checksum=aee86f1e18a88ecd3024c6deb3dbd6a2e385961ad8365046dc2b64596bdbb84b
2017-04-06 09:58:48 +00:00
post_install() {
vlicense LICENSE
}