parent
00eb9caefd
commit
a9e3b23a08
1 changed files with 23 additions and 0 deletions
23
srcpkgs/profont/template
Normal file
23
srcpkgs/profont/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue