void-packages

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

template (439B)


      1# Template file for 'fuzzypkg'
      2pkgname=fuzzypkg
      3version=1.0.2
      4revision=2
      5short_desc="Install or remove xbps pkg through fzf fuzzy finder"
      6maintainer="Dash Eclipse <dashezup@disroot.org>"
      7license="MIT"
      8homepage="https://github.com/zdykstra/fuzzypkg"
      9distfiles="${homepage}/archive/v${version}.tar.gz"
     10checksum="f9aa5bd0d679f43d7d78654ba579fa460c5625b4504c4221a35a90623d59d90f"
     11tags="ezup"
     12
     13do_install() {
     14	vbin fuzzypkg
     15	vlicense LICENSE
     16}