summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAda Joule2017-08-26 19:19:55 +0700
committerAda Joule2017-08-26 19:19:55 +0700
commit0a2eb50709f0cd30ca25474b8c9207eb0546791f (patch)
tree2fbf4fecb3f1fc161494e076963a5d9b101b3c3b
downloadaur-0a2eb50709f0cd30ca25474b8c9207eb0546791f.tar.gz
Initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD19
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4c2df8226f6d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = ttf-th-sarabun-new
+ pkgdesc = Improved Thai SIPA TH SarabunPSK font with free license
+ pkgver = 2011.08.19
+ pkgrel = 1
+ url = http://www.f0nt.com/release/th-sarabun-new/
+ arch = any
+ license = GPL
+ depends = fontconfig
+ depends = xorg-font-utils
+ source = http://www.thailibrary.in.th/wp-content/uploads/2011/12/THSarabunNew.zip
+ sha256sums = 4db34af0ccd9dca6e8ba0735af3efb2e10fbb0a95e10387adc7742e4d303bf58
+
+pkgname = ttf-th-sarabun-new
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cd2cfd36007a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Ada Joule <ada dot fulmina at gmail dot com>
+
+pkgname="ttf-th-sarabun-new"
+pkgver=2011.08.19
+pkgrel=1
+depends=("fontconfig" "xorg-font-utils")
+pkgdesc="Improved Thai SIPA TH SarabunPSK font with free license"
+arch=("any")
+provide=("ttf-font")
+license=("GPL")
+url="http://www.f0nt.com/release/th-sarabun-new/"
+source=("http://www.thailibrary.in.th/wp-content/uploads/2011/12/THSarabunNew.zip")
+sha256sums=("4db34af0ccd9dca6e8ba0735af3efb2e10fbb0a95e10387adc7742e4d303bf58")
+
+package() {
+ install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
+ install -m 644 "${srcdir}/"*.ttf "${pkgdir}/usr/share/fonts/TTF"
+}
+