summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2018-11-23 12:49:58 +0100
committermrxx2018-11-23 12:49:58 +0100
commitcbc761d16defa9e4b9c142b25df57b9e4d7521c1 (patch)
tree0dc02ab31545025484981233a6e080bda881486d
downloadaur-cbc761d16defa9e4b9c142b25df57b9e4d7521c1.tar.gz
Initial commit
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD18
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..db14f54c8201
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = ttf-choc
+ pkgdesc = Font based on the traditions of Japanese brush calligraphy, thick yet graceful
+ pkgver = 20090526
+ pkgrel = 1
+ url = https://www.ffonts.net/Choc.font
+ arch = any
+ groups = lmt-fonts
+ license = unknown
+ depends = fontconfig
+ depends = xorg-fonts-encodings
+ depends = xorg-font-utils
+ source = ttf-choc-20090526.zip::https://www.ffonts.net/Choc.font.zip
+ sha1sums = 27aff590700aebc46b8eb268a619e7e1b2a2a828
+
+pkgname = ttf-choc
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ead3bf7f5d23
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: mrxx <mrxx at cyberhome dot at>
+
+pkgname=ttf-choc
+pkgver=20090526
+pkgrel=1
+pkgdesc="Font based on the traditions of Japanese brush calligraphy, thick yet graceful"
+arch=('any')
+url="https://www.ffonts.net/Choc.font"
+license=('unknown')
+groups=('lmt-fonts')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+source=("$pkgname-$pkgver.zip::${url}.zip")
+sha1sums=('27aff590700aebc46b8eb268a619e7e1b2a2a828')
+
+package() {
+ install -d ${pkgdir}/usr/share/fonts/TTF
+ install -Dm644 ${srcdir}/choc.ttf ${pkgdir}/usr/share/fonts/TTF/
+}