void-packages/srcpkgs/peco/template
2016-10-07 19:03:27 +02:00

18 lines
536 B
Bash

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