a9e3b23a08
Closes: #6057 [via git-merge-pr]
23 lines
661 B
Bash
23 lines
661 B
Bash
# 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
|
|
}
|