17 lines
512 B
Bash
17 lines
512 B
Bash
# Template file for 'fuzzypkg'
|
|
pkgname=fuzzypkg
|
|
version=1.0.8
|
|
revision=1
|
|
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=089e7f2e3a3a942cae083e7e6d4314fe140bd8a4ed7edd74fcfea2116b3c0843
|
|
|
|
do_install() {
|
|
vlicense LICENSE
|
|
vbin fuzzypkg
|
|
vinstall ${pkgname}.desktop 644 usr/share/applications
|
|
}
|