summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorinitrdmk2015-06-11 02:49:01 +0800
committerinitrdmk2015-06-11 02:49:01 +0800
commit8c1fc5390b3d0ef248055e95e05660426769c58d (patch)
tree1a18fd4623800c64d27165f6d3ff78f577703b35 /PKGBUILD
downloadaur-8c1fc5390b3d0ef248055e95e05660426769c58d.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3256f153e0c3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: dongfengweixiao ( dongfengweixiao [at] gmail [dot] com )
+# initrdmk ( initrdmk [at] gmail [dot] com )
+# Maintainer: initrdmk ( initrdmk [at] gmail [dot] com )
+
+pkgname=ttf-adobe-fangsong
+pkgver=5.004
+pkgrel=2
+pkgdesc="One fonts of Adobe's AdobeFangsongStd.R style."
+arch=('any')
+license=('unknown')
+url="http://www.adobe.com"
+depends=('fontconfig')
+install=ttf-adobe-heiti.install
+source=('http://gthemes-china.googlecode.com/files/AdobeFangsongStd.tar.gz')
+md5sums=('422e9125821651fd9d1461eb30809167')
+
+package () {
+ install -Dm644 ${srcdir}/AdobeFangsongStd.otf ${pkgdir}/usr/share/fonts/Adobe/AdobeFangsongStd.otf
+}