fzf: update to 0.16.8.
This commit is contained in:
parent
059e0a3859
commit
ed35b4f3a9
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'fzf'
|
||||
pkgname=fzf
|
||||
version=0.16.7
|
||||
revision=2
|
||||
version=0.16.8
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/junegunn/fzf/src"
|
||||
go_package="github.com/junegunn/fzf/src/fzf"
|
||||
go_import_path="github.com/junegunn/fzf"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
hostmakedepends="git"
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -12,11 +11,7 @@ license="MIT"
|
|||
homepage="https://github.com/junegunn/fzf"
|
||||
short_desc="Command-line fuzzy finder"
|
||||
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
|
||||
checksum=9676664e02393d19dd0f0a1ae4cf5d20e3fffcba666a0cffc40ff6c590c67760
|
||||
|
||||
pre_build() {
|
||||
cd src
|
||||
}
|
||||
checksum=daef99f67cff3dad261dbcf2aef995bb78b360bcc7098d7230cb11674e1ee1d4
|
||||
|
||||
post_install() {
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in New Issue