New package: font-tamsyn-1.11
This commit is contained in:
parent
5c61692cf1
commit
49ed981e55
1 changed files with 21 additions and 0 deletions
21
srcpkgs/font-tamsyn/template
Normal file
21
srcpkgs/font-tamsyn/template
Normal file
|
@ -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 <diogo@diogoleal.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue