mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
New package: fuzzypkg-1.0.2
This commit is contained in:
parent
c11c517cd7
commit
3238c23718
1 changed files with 25 additions and 0 deletions
25
srcpkgs/fuzzypkg/template
Normal file
25
srcpkgs/fuzzypkg/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'fuzzypkg'
|
||||||
|
pkgname=fuzzypkg
|
||||||
|
version=1.0.2
|
||||||
|
revision=1
|
||||||
|
depends="bash"
|
||||||
|
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=f9aa5bd0d679f43d7d78654ba579fa460c5625b4504c4221a35a90623d59d90f
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
|
||||||
|
depends+=" fzf"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
depends+=" skim"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vbin fuzzypkg
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue