18 lines
489 B
Bash
18 lines
489 B
Bash
# Template file for 'peco'
|
|
pkgname=peco
|
|
version=0.5.11
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/peco/peco"
|
|
go_package="${go_import_path}/cmd/peco"
|
|
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=8e32c8af533e03795f27feb4ee134960611d2fc0266528b1c512a6f1f065b164
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|