void-packages

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

template (555B)


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