summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fbcfcf47a91ad693f933553ef20bd8cfaeabcec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Maintainer: Rein Fernhout (LevitatingBusinessMan) <me@levitati.ng>

pkgname=cowsay-cthulhu
pkgver=1.0.0
arch=("x86_64")
pkgrel=2
pkgdesc="Cthulhu for cowsay"
license=("MIT")
depends=("cowsay")
url="https://gist.github.com/LevitatingBusinessMan/9e08c0751a4879ebc652378136882efe"
source=("cthulhu.cow")
sha256sums=("SKIP")


package() {
	cd "${srcdir}"
	install -Dm 644 cthulhu.cow "${pkgdir}/usr/share/cows/cthulhu.cow"
}