void-packages/srcpkgs/peco/template
2020-01-11 15:38:20 +01:00

19 lines
522 B
Bash

# Template file for 'peco'
pkgname=peco
version=0.5.7
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/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=9bf4f10b3587270834380e1ea939625bd47eaa166bfabd050e66fad3ffd8f9b0
post_install() {
vlicense LICENSE
}