void-packages/srcpkgs/peco/template
2016-12-18 15:28:54 +01:00

18 lines
536 B
Bash

# Template file for 'peco'
pkgname=peco
version=0.4.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="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=13b14c547a4fa54c33e14a3a5c18d971961963008e22410fe377614100a34c00
post_install() {
vlicense LICENSE
}