void-packages

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

template (571B)


      1# Template file for 'bash-insulter'
      2pkgname=bash-insulter
      3version=0.1
      4revision=3
      5_commit="8c6d84a430741b35b9f6f9ca1f139eb0c1c93776"
      6wrksrc="${pkgname}-${_commit}"
      7short_desc="Insults the user when typing wrong command"
      8maintainer="Dash Eclipse <dashezup@disroot.org>"
      9license="MIT"
     10homepage="https://github.com/hkbakke/bash-insulter"
     11distfiles="${homepage}/archive/${_commit}.tar.gz"
     12checksum="08ed2e9b3df22b95671a43c19d96600a4f21701e0ead6a41ded116fd7992eae5"
     13tags="ezup gitpkg ${_commit}"
     14
     15do_install() {
     16	vinstall src/bash.command-not-found 644 etc
     17	vlicense LICENSE
     18}