# Description: ProFont is a monospaced font created to be a most readable font for programming # URL: http://tobiasjung.name/profont/ # Maintainer: z3bra, dev at z3bra dot org # Depends on: xorg-mkfontdir xorg-mkfontscale fontconfig name=profont version=x11 release=2 source=(http://tobiasjung.name/downloadfile.php?file=$name-$version.zip) build() { cd "$name-$version" install -m 0644 -D ProFont_r400-10.pcf $PKG/usr/share/fonts/misc/ProFont_r400-10.pcf install -m 0644 -D ProFont_r400-11.pcf $PKG/usr/share/fonts/misc/ProFont_r400-11.pcf install -m 0644 -D ProFont_r400-12.pcf $PKG/usr/share/fonts/misc/ProFont_r400-12.pcf install -m 0644 -D ProFont_r400-15.pcf $PKG/usr/share/fonts/misc/ProFont_r400-15.pcf install -m 0644 -D ProFont_r400-17.pcf $PKG/usr/share/fonts/misc/ProFont_r400-17.pcf install -m 0644 -D ProFont_r400-22.pcf $PKG/usr/share/fonts/misc/ProFont_r400-22.pcf install -m 0644 -D ProFont_r400-29.pcf $PKG/usr/share/fonts/misc/ProFont_r400-29.pcf } # vim: set ft=sh ts=4 et: