summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKbanKiller2018-10-02 21:11:58 -0300
committerKbanKiller2018-10-02 21:11:58 -0300
commit81b970e00af6257e2b55dcbf3b05d04ba69cc005 (patch)
treea5cba751a30f0afe97e0eb4b69f0b75ffad13658
downloadaur-81b970e00af6257e2b55dcbf3b05d04ba69cc005.tar.gz
This package is for the Google Font Family 'Chivo'
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5d16e62b2acd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = ttf-chivo
+ pkgdesc = Chivo (Goat) is a new Omnibus-Type grotesque Sans Serif typeface family.
+ pkgver = 1
+ pkgrel = 1
+ url = https://fonts.google.com/specimen/Chivo
+ arch = any
+ license = Apache
+ depends = fontconfig
+ depends = xorg-font-utils
+ source = https://fonts.google.com/download?family=Chivo
+ sha256sums = 8d0b8818299ecb66d209d98441bba3b4e149fcea5ec3b91dac0da4828ebf2e42
+
+pkgname = ttf-chivo
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8f6f97f903d6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: KbanKiller
+pkgname=ttf-chivo
+pkgver=1
+pkgrel=1
+pkgdesc='Chivo (Goat) is a new Omnibus-Type grotesque Sans Serif typeface family.'
+arch=('any')
+url='https://fonts.google.com/specimen/Chivo'
+license=('Apache')
+depends=('fontconfig' 'xorg-font-utils')
+source=('https://fonts.google.com/download?family=Chivo')
+sha256sums=('8d0b8818299ecb66d209d98441bba3b4e149fcea5ec3b91dac0da4828ebf2e42')
+
+package() {
+ install -d ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 ${srcdir}/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -D -m644 ${srcdir}/OFL.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}