New package: fortune-mod-anarchism-1.3.1

This commit is contained in:
Hazel Levine 2020-01-19 23:45:49 -05:00 committed by Helmut Pozimski
parent c0257aaea3
commit 2834451d83

View file

@ -0,0 +1,20 @@
# Template file for 'fortune-mod-anarchism'
pkgname=fortune-mod-anarchism
version=1.3.1
revision=1
wrksrc=blag-fortune
build_style=gnu-makefile
hostmakedepends="fortune-mod"
depends="${hostmakedepends}"
short_desc="Anarchist quotes from BLAG Linux and GNU"
maintainer="Hazel Levine <rose.hazel@protonmail.ch>"
license="Public Domain"
homepage="https://notabug.org/PangolinTurtle/BLAG-fortune"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=5a2be2055872248f57091616b3f47aa0b7fd649bd6f892c770c9e22edbc07520
do_install() {
vmkdir usr/share/fortunes
vcopy anarchism usr/share/fortunes
vcopy anarchism.dat usr/share/fortunes
}