# Template file for 'fuzzypkg'
pkgname=fuzzypkg
version=1.0.10
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=59d79ab2cfe834886d0a11bfc69b0ea122a7b788d121360ff90110dc617e2ebc

do_install() {
	vlicense LICENSE
	vbin fuzzypkg
	vinstall ${pkgname}.desktop 644 usr/share/applications
}
