commit b66a89c3ff997b2ec907c481c2d42504aa3b9bad parent 9fa97e1932007f66811587b0fd0850bc8c611ccd Author: Dash Eclipse <dash@ezup.dev> Date: Sun, 27 Sep 2020 19:24:37 +0000 New package: bash-insulter Diffstat:
M | README | | | 1 | + |
A | srcpkgs/bash-insulter/template | | | 14 | ++++++++++++++ |
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -15,6 +15,7 @@ Modified packages New packages ------------ + bash-insulter #fetch bpm-tools dwl #git font-jetbrains-mono-ttf #binary diff --git a/srcpkgs/bash-insulter/template b/srcpkgs/bash-insulter/template @@ -0,0 +1,14 @@ +# Template file for 'bash-insulter' +pkgname=bash-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="MIT" +homepage="https://github.com/hkbakke/${pkgname}" + +do_install() { + $XBPS_FETCH_CMD https://raw.githubusercontent.com/hkbakke/bash-insulter/master/src/bash.command-not-found + vinstall bash.command-not-found 644 etc +}