22 lines
674 B
Bash
22 lines
674 B
Bash
# Template file for 'envypn-font'
|
|
pkgname=envypn-font
|
|
version=1.7
|
|
revision=1
|
|
noarch="yes"
|
|
short_desc="Readable bitmap font inspired by Envy Code R"
|
|
maintainer="Ypnose <ypnose@voidlinux.eu>"
|
|
homepage="http://ywstd.fr/"
|
|
license="MirOS License"
|
|
distfiles="http://files.ywstd.fr/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=f8ec617d2a5fa914e7f17f128eaa494e1877ec3dbb96244b31b48c3071c524f2
|
|
makedepends="font-util mkfontdir"
|
|
depends="${makedepends}"
|
|
font_dirs="/usr/share/fonts/envypn"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/envypn
|
|
install -m644 *.pcf.gz ${DESTDIR}/usr/share/fonts/envypn
|
|
vinstall fonts.alias 644 usr/share/fonts/envypn
|
|
vlicense LICENSE
|
|
vdoc README
|
|
}
|