summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-06-09 00:59:27 +0200
committerStefan Husmann2015-06-09 00:59:27 +0200
commit2992931570f02fa538ea4dba631cda236b0422ec (patch)
tree2d2604c3a578ac0cfb462f57e548fe80203e1ef6 /PKGBUILD
downloadaur-2992931570f02fa538ea4dba631cda236b0422ec.tar.gz
initial version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9356f60d9886
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Contributor: Alex Suykov <axs@ukr.net>
+
+pkgname=ttf-code2000
+pkgver=1.171
+pkgrel=3
+pkgdesc="Unicode TT font with extensive glyph coverage"
+arch=('i686' 'x86_64')
+url="http://www.code2000.net"
+license=('custom')
+depends=('fontconfig' 'xorg-fonts-encodings')
+install=font.install
+source=(ftp://ftp.tw.freebsd.org/pub/ports/distfiles/code2000-1.171/CODE2000.ZIP)
+md5sums=('1fa4e4b61d7ac0980b038e9260667a77')
+
+package() {
+ install -D -m644 CODE2000.TTF "$pkgdir/usr/share/fonts/TTF/Code2000.ttf"
+ install -D -m644 CODE2000.HTM "$pkgdir/usr/share/licenses/ttf-code2000/Code2000.html"
+}