21 lines
638 B
Bash
21 lines
638 B
Bash
|
# 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
|
||
|
}
|