void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 6281b0bbac293a09c7825cf604cb3f9f47faf908
parent 9592e8c5783582d044e9c9358e756f80ec3143ee
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sat, 10 Oct 2020 23:25:56 +0000

New package: fuzzypkg

Diffstat:
Mezup/pkg-list.txt | 1+
Asrcpkgs/fuzzypkg/template | 14++++++++++++++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/ezup/pkg-list.txt b/ezup/pkg-list.txt @@ -23,6 +23,7 @@ dwl #git font-jetbrains-mono-ttf #binary font-kiwi-otb #fetch #git + fuzzypkg # https-dns-proxy #git morse #git oggfwd #git_archive diff --git a/srcpkgs/fuzzypkg/template b/srcpkgs/fuzzypkg/template @@ -0,0 +1,14 @@ +# Template file for 'fuzzypkg' +pkgname=fuzzypkg +version=1.0.2 +revision=1 +short_desc="Install or remove xbps pkg through fzf fuzzy finder" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="MIT" +homepage="https://github.com/zdykstra/${pkgname}" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum="f9aa5bd0d679f43d7d78654ba579fa460c5625b4504c4221a35a90623d59d90f" + +do_install() { + vbin fuzzypkg +}