void-packages/srcpkgs/gkill/template
2017-04-07 19:10:18 +00:00

19 lines
519 B
Bash

# Template file for 'gkill'
pkgname=gkill
version=0.0.0.20170406
revision=2
_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
}