New package: profont-1.0

Closes: #6057 [via git-merge-pr]
This commit is contained in:
Samantha Baldwin 2017-03-30 14:01:33 -04:00 committed by Jürgen Buchmüller
parent 00eb9caefd
commit a9e3b23a08

23
srcpkgs/profont/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'profont'
pkgname="profont"
version="1.0"
revision=1
noarch="yes"
hostmakedepends="unzip"
makedepends="font-util"
font_dirs="/usr/share/fonts/misc"
short_desc="A monospaced font created to be a most readable font for programming"
maintainer="Samantha Baldwin <fuhsaz+void@cryptic.li>"
license="MIT"
homepage="http://tobiasjung.name/profont/"
distfiles="http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip"
checksum=99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7
wrksrc=${pkgname}-x11
do_install() {
for f in *.pcf; do
vinstall "$f" 644 usr/share/fonts/misc
done
vdoc readme.txt README
vlicense LICENSE
}