18 lines
511 B
Bash
18 lines
511 B
Bash
# Template file for 'peco'
|
|
pkgname=peco
|
|
version=0.5.10
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/peco/peco"
|
|
go_package="${go_import_path}/cmd/peco"
|
|
hostmakedepends="git"
|
|
short_desc="Simplistic interactive filtering tool"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/peco/peco"
|
|
distfiles="https://github.com/peco/peco/archive/v${version}.tar.gz"
|
|
checksum=781c2effc4f6a58d9ff96fb0fc8b0fba3aab56a91a34933d68c5de3aea5fe3f6
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|