summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..80dbf02c165d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-european-typewriter
+ pkgdesc = Monospace font with serifes
+ pkgver = 2001
+ pkgrel = 1
+ url = https://www.1001freefonts.com/de/d/9708/european-typewriter
+ arch = any
+ license = custom:unknown
+ source = ttf-european-typewriter-2001.zip::https://www.1001freefonts.com/de/d/9708/european-typewriter.zip
+ sha256sums = afd6aafa4727e59863a7e2fd9205a132436257bf445f34dd47ce374d4231c589
+
+pkgname = ttf-european-typewriter
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..857747f2a940
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
+pkgname=ttf-european-typewriter
+pkgver=2001
+pkgrel=1
+pkgdesc="Monospace font with serifes"
+arch=('any')
+url='https://www.1001freefonts.com/de/d/9708/european-typewriter'
+source=("$pkgname-$pkgver.zip::https://www.1001freefonts.com/de/d/9708/european-typewriter.zip")
+sha256sums=('afd6aafa4727e59863a7e2fd9205a132436257bf445f34dd47ce374d4231c589')
+license=('custom:unknown')
+
+package() {
+ install -d "$pkgdir"/usr/share/fonts/TTF
+ install -Dm644 "$srcdir"/EuropeanTypewriter.ttf "$pkgdir"/usr/share/fonts/TTF/${pkgname#ttf-}.ttf
+ }
+