summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--LICENSE.txt6
-rw-r--r--PKGBUILD20
3 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2f49a4890c9a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = ttf-tangut-yinchuan
+ pkgdesc = Monospaced font family for user interface and coding environments
+ pkgver = 9.001
+ pkgrel = 1
+ url = http://www.babelstone.co.uk/Fonts/Yinchuan.html
+ arch = any
+ license = custom
+ source = http://babelstone.co.uk/Fonts/9974/TangutYinchuan.ttf
+ source = LICENSE.txt
+ sha256sums = 41dfd9f89f1647bd73f7d3fc1570be12a421f6d5fea1ce15029136d55f6a0ef1
+ sha256sums = d407eeb3117961f7af03a662b50dfa421c8cd2118114d3c3799640ae98e63596
+
+pkgname = ttf-tangut-yinchuan
+
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 000000000000..db01d3b7cf07
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,6 @@
+This font has been made available for free download and use with the
+permission of Prof. Jing Yongshi, who reserves the copyright to the
+font. This font may not be modified, sold or redistributed for profit
+without the express permission of the copyright holders. If you use
+this font in a publication you are requested to acknowledge Prof. Jing
+Yongshi's copyright of the font.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..57024d6d1759
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Chee Sing Lee <cheesinglee@gmail.com>
+
+pkgname=ttf-tangut-yinchuan
+pkgver=9.001
+pkgrel=1
+pkgdesc="BabelStone Font for Unicode Tangut Script characters"
+url="http://www.babelstone.co.uk/Fonts/Yinchuan.html"
+arch=(any)
+license=(custom)
+_tarname=source-code-pro-${_relver//\//-}
+source=("http://babelstone.co.uk/Fonts/9974/TangutYinchuan.ttf" "LICENSE.txt")
+sha256sums=('41dfd9f89f1647bd73f7d3fc1570be12a421f6d5fea1ce15029136d55f6a0ef1'
+ 'd407eeb3117961f7af03a662b50dfa421c8cd2118114d3c3799640ae98e63596')
+
+package() {
+ install -d "$pkgdir/usr/share/fonts/TTF"
+ install -t "$pkgdir/usr/share/fonts/TTF" -m644 TangutYinchuan.ttf
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+} \ No newline at end of file