fuzzypkg: update to 1.0.4.
This commit is contained in:
parent
510ef4166f
commit
fba4a3bc2f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fuzzypkg'
|
# Template file for 'fuzzypkg'
|
||||||
pkgname=fuzzypkg
|
pkgname=fuzzypkg
|
||||||
version=1.0.2
|
version=1.0.4
|
||||||
revision=1
|
revision=1
|
||||||
depends="bash"
|
depends="bash"
|
||||||
short_desc="XBPS fuzzy package manager"
|
short_desc="XBPS fuzzy package manager"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/zdykstra/fuzzypkg"
|
homepage="https://github.com/zdykstra/fuzzypkg"
|
||||||
distfiles="https://github.com/zdykstra/fuzzypkg/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zdykstra/fuzzypkg/archive/v${version}.tar.gz"
|
||||||
checksum=f9aa5bd0d679f43d7d78654ba579fa460c5625b4504c4221a35a90623d59d90f
|
checksum=8dd9b0e91e037e38231804470fd7f36ff9bf56e57b641116f3a252191d3b0ed2
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
|
x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
|
||||||
|
@ -22,4 +22,5 @@ esac
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vbin fuzzypkg
|
vbin fuzzypkg
|
||||||
|
vinstall ${pkgname}.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue