void-packages/srcpkgs/peco/template
2016-08-23 13:41:17 +02:00

18 lines
536 B
Bash

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