void-packages/srcpkgs/peco/template
2017-10-26 18:16:59 +00:00

19 lines
522 B
Bash

# Template file for 'peco'
pkgname=peco
version=0.5.1
revision=5
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=1acbf8f7f077208a8d4406a37be88783432455d6ff905e0a19168c7c2a34f1c8
post_install() {
vlicense LICENSE
}