fuzzypkg: update to 1.0.8
This commit is contained in:
parent
f932fd05ea
commit
7b610cbbe6
1 changed files with 3 additions and 12 deletions
|
@ -1,23 +1,14 @@
|
|||
# Template file for 'fuzzypkg'
|
||||
pkgname=fuzzypkg
|
||||
version=1.0.7
|
||||
version=1.0.8
|
||||
revision=1
|
||||
depends="bash xtools"
|
||||
depends="bash xtools fzf"
|
||||
short_desc="XBPS fuzzy package manager"
|
||||
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/zdykstra/fuzzypkg"
|
||||
distfiles="https://github.com/zdykstra/fuzzypkg/archive/v${version}.tar.gz"
|
||||
checksum=14b9fde85a0b58e7ca34797c8e21c4257f10e323d0cf40dd3053c57c75e59ac0
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
|
||||
depends+=" fzf"
|
||||
;;
|
||||
*)
|
||||
depends+=" skim"
|
||||
;;
|
||||
esac
|
||||
checksum=089e7f2e3a3a942cae083e7e6d4314fe140bd8a4ed7edd74fcfea2116b3c0843
|
||||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue