void-packages/srcpkgs/peco/template
Érico Rolim b8c5e59acd srcpkgs/: clean up Go packages.
Fix small typos, expand some variables, leave comments for updates.
2021-02-19 12:07:43 -03:00

18 lines
510 B
Bash

# Template file for 'peco'
pkgname=peco
version=0.5.8
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="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/peco/peco"
distfiles="https://github.com/peco/peco/archive/v${version}.tar.gz"
checksum=90d87503265c12f8583f5c6bc19c83eba7a2e15219a6339d5041628aa48c4705
post_install() {
vlicense LICENSE
}