summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordllud2021-07-03 19:20:38 +0100
committerdllud2021-07-03 19:20:38 +0100
commit153294a72c124daf2ec6dd18b2df65421be7459c (patch)
treebff69bbdc10ae0fca79fdbf2ddee4edb4d124aab
downloadaur-153294a72c124daf2ec6dd18b2df65421be7459c.tar.gz
Initial commit. Brings in version 65602.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD17
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8ca6eb6d35ce
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = ttf-indieflower
+ pkgdesc = Handwriting sans-serif font with bubbly and rounded edges from Google Fonts.
+ pkgver = 65602
+ pkgrel = 1
+ url = https://fonts.google.com/specimen/Indie+Flower
+ arch = any
+ license = OFL
+ source = ttf-indieflower-65602.zip::https://fonts.google.com/download?family=Indie%20Flower
+ b2sums = a5775199e73d62c04f02f046d51219b190fcf85fcc4499fd31e10b17bace68cc4f71e080254af52ba938f5cbccbfc830dd7c9a92c925ee47fdcd4aab6ee18e78
+
+pkgname = ttf-indieflower
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1c75bca204c6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: dllud <dllud riseup net>
+
+pkgname=ttf-indieflower
+# fc-query -f '%{fontversion[0]}\n' IndieFlower-Regular.ttf
+pkgver=65602
+pkgrel=1
+pkgdesc="Handwriting sans-serif font with bubbly and rounded edges from Google Fonts."
+url="https://fonts.google.com/specimen/Indie+Flower"
+license=("OFL")
+arch=("any")
+source=("$pkgname-$pkgver.zip::https://fonts.google.com/download?family=Indie%20Flower")
+b2sums=("a5775199e73d62c04f02f046d51219b190fcf85fcc4499fd31e10b17bace68cc4f71e080254af52ba938f5cbccbfc830dd7c9a92c925ee47fdcd4aab6ee18e78")
+
+package() {
+ install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "${srcdir}/IndieFlower-Regular.ttf"
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "${srcdir}/OFL.txt"
+}