17 lines
433 B
Bash
17 lines
433 B
Bash
# Template file for 'gkill'
|
|
pkgname=gkill
|
|
version=1.0.2
|
|
revision=8
|
|
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/v$version.tar.gz"
|
|
checksum=aee86f1e18a88ecd3024c6deb3dbd6a2e385961ad8365046dc2b64596bdbb84b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|