mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
peco: update to 0.4.0.
This commit is contained in:
parent
f853083e61
commit
aa48780652
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'peco'
|
# Template file for 'peco'
|
||||||
pkgname=peco
|
pkgname=peco
|
||||||
version=0.3.6
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/peco/peco"
|
go_import_path="github.com/peco/peco"
|
||||||
go_package="${go_import_path}/cmd/peco"
|
go_package="${go_import_path}/cmd/peco"
|
||||||
hostmakedepends="git-perl"
|
hostmakedepends="git"
|
||||||
short_desc="Simplistic interactive filtering tool"
|
short_desc="Simplistic interactive filtering tool"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/peco/peco"
|
homepage="https://github.com/peco/peco"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=edc1ec186a0f439ae84071c9e00f68fec6f8fe49efc9b6bb10462e72f7286b23
|
checksum=d04559c04aaf7aab829186e8e977765d8d800ed21a96e0e99c091b90cb7c0f50
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue