mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 22:32:57 +02:00
New package: peco-0.3.5
This commit is contained in:
parent
436e7cc9fb
commit
917afa61f0
1 changed files with 17 additions and 0 deletions
17
srcpkgs/peco/template
Normal file
17
srcpkgs/peco/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'peco'
|
||||||
|
pkgname=peco
|
||||||
|
version=0.3.5
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/peco/peco"
|
||||||
|
go_package="${go_import_path}/cmd/peco"
|
||||||
|
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=416d2547b639b11563d0bd910fa043e532f25fcc40de3ec0d7bec4943747fff1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue