19 lines
536 B
Bash
19 lines
536 B
Bash
# Template file for 'peco'
|
|
pkgname=peco
|
|
version=0.4.5
|
|
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/peco/peco"
|
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=d8efdc807a313962780026ca20a428d3d04ac543b83ad6486eeb475f25113434
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|