18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'fuzzypkg'
|
|
pkgname=fuzzypkg
|
|
version=1.0.12
|
|
revision=1
|
|
depends="bash xtools fzf util-linux"
|
|
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=b75ec7553c8ef08b1ac3c67b1f5b50b6e50aa1dc02272fdf1291e1ab01b21788
|
|
|
|
do_install() {
|
|
vlicense LICENSE
|
|
vbin fuzzypkg
|
|
vinstall ${pkgname}.desktop 644 usr/share/applications
|
|
}
|