void-packages

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

commit f2ada0f56f2fb91760b6ec456539178d7e3a5822
parent b66a89c3ff997b2ec907c481c2d42504aa3b9bad
Author: Dash Eclipse <dash@ezup.dev>
Date:   Sun, 27 Sep 2020 19:38:52 +0000

New package: zsh-insulter

Diffstat:
MREADME | 1+
Asrcpkgs/zsh-insulter/template | 14++++++++++++++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -31,3 +31,4 @@ New packages wshowkeys #git #nocross wterm #git ydotool + zsh-insulter #fetch diff --git a/srcpkgs/zsh-insulter/template b/srcpkgs/zsh-insulter/template @@ -0,0 +1,14 @@ +# Template file for 'zsh-insulter' +pkgname=zsh-insulter +version=0.1 +revision=1 +build_style=fetch +short_desc="Insults the user when typing wrong command" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="Unknown" +homepage="https://github.com/matmutant/${pkgname}" + +do_install() { + $XBPS_FETCH_CMD https://raw.githubusercontent.com/matmutant/zsh-insulter/master/src/zsh.command-not-found + vinstall zsh.command-not-found 644 etc +}