void-packages/srcpkgs/peco/template
2016-10-24 13:17:13 +02:00

18 lines
536 B
Bash

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