summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2018-12-09 11:22:26 +0100
committerSanskritFritz2018-12-09 11:22:26 +0100
commitdd730a10530053739932cf8789f6fa34c60bd654 (patch)
treea22c955fa4f0a8adacca5f9eb782bc8090f6894c
downloadaur-dd730a10530053739932cf8789f6fa34c60bd654.tar.gz
Initial version.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2e524a869b97
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-philosopher-google
+ pkgdesc = Universal font inspired by Agfa Rotis and ITC Binary. Extended by Google-fonts.
+ pkgver = 20110831
+ pkgrel = 1
+ url = https://fonts.google.com/specimen/Philosopher
+ arch = any
+ license = OFL
+ source = https://fonts.google.com/download?family=Philosopher
+ md5sums = 87df65b81843f479c7f3577d7ea2b918
+
+pkgname = ttf-philosopher-google
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..01e6083d293d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: SanskritFritz (gmail)
+
+pkgname=ttf-philosopher-google
+pkgver=20110831
+pkgrel=1
+pkgdesc="Universal font inspired by Agfa Rotis and ITC Binary. Extended by Google-fonts."
+arch=(any)
+license=(OFL)
+url='https://fonts.google.com/specimen/Philosopher'
+depends=()
+source=("https://fonts.google.com/download?family=Philosopher")
+md5sums=('87df65b81843f479c7f3577d7ea2b918')
+
+package() {
+
+ install -d "$pkgdir"/usr/share/fonts/TTF/
+ install -m644 *.ttf "$pkgdir"/usr/share/fonts/TTF/
+}