New package: gohufont-2.0
This commit is contained in:
parent
b468b1ee7c
commit
73c8d9c1be
1 changed files with 22 additions and 0 deletions
22
srcpkgs/gohufont/template
Normal file
22
srcpkgs/gohufont/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'gohufont'
|
||||||
|
pkgname=gohufont
|
||||||
|
version=2.0
|
||||||
|
revision=1
|
||||||
|
noarch="yes"
|
||||||
|
makedepends="font-util"
|
||||||
|
depends="${makedepends}"
|
||||||
|
font_dirs="/usr/share/fonts/misc"
|
||||||
|
short_desc="Programming monospace bitmap"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="WTFPL"
|
||||||
|
homepage="http://font.gohu.org/"
|
||||||
|
distfiles="http://font.gohu.org/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=fa2c1b625056e20199dcf9b7f1f73750b101bc6a789b297ebca2d421b73b286e
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
for f in *.pcf.gz; do
|
||||||
|
vinstall "$f" 644 usr/share/fonts/misc
|
||||||
|
done
|
||||||
|
vlicense COPYING-LICENSE
|
||||||
|
vdoc README
|
||||||
|
}
|
Loading…
Reference in a new issue