Files
horizon-packages/srcpkgs/fuzzypkg/template
T

18 lines
532 B
Bash

# Template file for 'fuzzypkg'
pkgname=fuzzypkg
version=1.0.13
revision=2
depends="bash xtools-minimal 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=251b55be2d49a13e498ee2f49ee0eb49547ec7a0d1e932166354f1d34faf3954
do_install() {
vlicense LICENSE
vbin fuzzypkg
vinstall ${pkgname}.desktop 644 usr/share/applications
}