21 lines
638 B
Bash
21 lines
638 B
Bash
# Template file for 'fortune-mod-anarchism'
|
|
pkgname=fortune-mod-anarchism
|
|
version=1.4.0
|
|
revision=2
|
|
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=5cfcd96b23f6ec3518d355ef1b53681321a9b7f85e5bdcc82d828d7a7bcd3a9e
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fortunes
|
|
vcopy anarchism usr/share/fortunes
|
|
vcopy anarchism.dat usr/share/fortunes
|
|
}
|