void-packages/srcpkgs/peco/template
2016-05-11 12:55:52 +02:00

19 lines
541 B
Bash

# Template file for 'peco'
pkgname=peco
version=0.3.6
revision=1
build_style=go
go_import_path="github.com/peco/peco"
go_package="${go_import_path}/cmd/peco"
hostmakedepends="git-perl"
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=edc1ec186a0f439ae84071c9e00f68fec6f8fe49efc9b6bb10462e72f7286b23
post_install() {
vlicense LICENSE
}