New-package: termsyn-font-1.8.7
This commit is contained in:
parent
ec6d8ce45b
commit
588131b46c
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'termsyn-font'
|
||||
pkgname=termsyn-font
|
||||
version=1.8.7
|
||||
revision=1
|
||||
noarch="yes"
|
||||
makedepends="font-util"
|
||||
depends="${makedepends}"
|
||||
font_dirs="/usr/share/fonts/misc"
|
||||
short_desc="Monospaced font based on terminus and tamsyn"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="GPL2"
|
||||
homepage="http://sourceforge.net/projects/termsyn/"
|
||||
distfiles="${SOURCEFORGE_SITE}"/termsyn/${pkgname%-*}-${version}.tar.gz
|
||||
checksum=c6de5933bef537ca6f008fed2c787468dca3da4849e4dbdebc80fe6a07ab7a97
|
||||
wrksrc=${pkgname%-*}-${version}
|
||||
|
||||
do_install() {
|
||||
# We do not care about consolefonts (*.psfu). Let's ignore them.
|
||||
for f in *.pcf; do
|
||||
vinstall "$f" 644 usr/share/fonts/misc
|
||||
done
|
||||
vdoc README.termsyn README
|
||||
}
|
Loading…
Reference in New Issue