diff --git a/srcpkgs/font-tamsyn/template b/srcpkgs/font-tamsyn/template new file mode 100644 index 00000000000..fd5860fd9f4 --- /dev/null +++ b/srcpkgs/font-tamsyn/template @@ -0,0 +1,21 @@ +# Template file for 'font-tamsyn' +pkgname=font-tamsyn +version=1.11 +revision=1 +noarch=yes +wrksrc=tamsyn-font-${version} +depends="font-util xbps-triggers" +short_desc="A monospaced programming font for the console and X11" +maintainer="Diogo Leal " +license="custom" +homepage="http://www.fial.com/~scott/tamsyn-font" +distfiles="http://www.fial.com/~scott/tamsyn-font/download/tamsyn-font-${version}.tar.gz" +checksum=97be1b604441b725548c454a92603993eb96e493f508845638a86c8d64fbf24e + +do_install() { + vmkdir usr/share/fonts/misc + vmkdir usr/share/kbd/consolefonts + vcopy *.pcf usr/share/fonts/misc + vcopy *.psf.gz usr/share/kbd/consolefonts/ + vlicense LICENSE +}