mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
fzf: update to 0.38.0
This commit is contained in:
parent
fe85925eb1
commit
4f23c76196
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'fzf'
|
# Template file for 'fzf'
|
||||||
pkgname=fzf
|
pkgname=fzf
|
||||||
version=0.37.0
|
version=0.38.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/junegunn/fzf"
|
go_import_path="github.com/junegunn/fzf"
|
||||||
|
go_ldflags="-X main.version=${version} -X main.revision="
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Command-line fuzzy finder"
|
short_desc="Command-line fuzzy finder"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/junegunn/fzf"
|
homepage="https://github.com/junegunn/fzf"
|
||||||
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
distfiles="https://github.com/junegunn/fzf/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=0044809beda82ba1a6936d5472cb749eef34785e8ecd4694936e39bf0ca9258b
|
checksum=75ad1bdb2ba40d5b4da083883e65a2887d66bd2d4dbfa29424cb3f09c37efaa7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
|
Loading…
Add table
Reference in a new issue