summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1085019506615bfec36899392bd25a4227cfe57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: koraynilay <koray.fra@gmail.com>
_filename="bash.command-not-found"
pkgname=bash-zsh-insulter
pkgver=1
pkgrel=1
pkgdesc="Insults the user when typing wrong command. For Bash v4+ or Zsh"
arch=('any')
url="https://github.com/hkbakke/bash-insulter"
license=('MIT')
install="bash-zsh-insulter.install"
source=("$_filename::https://raw.githubusercontent.com/hkbakke/bash-insulter/master/src/bash.command-not-found")
md5sums=("757b466982999fe563256ed0e3d6e6bb")

package() {
	install -Dm0644 $_filename "$pkgdir/etc/$_filename"
}