summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..af2c73e0b046
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = ttf-autour-one
+ pkgdesc = Autour One is inspired by handwritten letters on Ludwig Hohlwein posters.
+ pkgver = 1
+ pkgrel = 1
+ url = https://fonts.google.com/specimen/Autour+One
+ arch = any
+ license = OFL
+ depends = fontconfig
+ source = https://fonts.google.com/download?family=Autour%20One
+ md5sums = 038165a26c5a19e84bf7877fd746f279
+
+pkgname = ttf-autour-one
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..97ce63feed1e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Chocopwowwa <chocopowwwa@gmail.com>
+# Source: https://git.archlinux.org/svntogit/community.git/plain/trunk/PKGBUILD?h=packages/ttf-roboto
+
+pkgname=ttf-autour-one
+pkgver=1
+pkgrel=1
+
+pkgdesc="Autour One is inspired by handwritten letters on Ludwig Hohlwein posters."
+url='https://fonts.google.com/specimen/Autour+One'
+arch=('any')
+license=('OFL')
+
+depends=('fontconfig')
+
+source=(https://fonts.google.com/download?family=Autour%20One)
+md5sums=('038165a26c5a19e84bf7877fd746f279')
+
+package() {
+ install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 *.ttf -t "$pkgdir"/usr/share/fonts/TTF
+}