summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLudvig Holtze2018-03-18 14:46:46 +0100
committerLudvig Holtze2018-03-18 14:46:46 +0100
commit0495404d821fbb01c52804bd836c6ac75ab26749 (patch)
treeb1384a9dc84ec6c0bffb53a204cb5979047599d2 /PKGBUILD
downloadaur-otf-ocr-a.tar.gz
First commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b13e8469dd66
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Ludvig Holtze <ludvighg1999 at gmail dot com>
+
+pkgname=otf-ocr-a
+pkgver=2008
+pkgrel=1
+pkgdesc="A font that was designed to be easy for computers to read (OTF version)"
+url="http://luc.devroye.org/fonts-48501.html"
+license=('custom')
+arch=('any')
+depends=()
+source=('http://luc.devroye.org/OCRA.zip')
+sha256sums=('694371f1c48abc87bbdc42c8ab69666aa51a49c9abe95d73b547bfc2af080f08')
+
+package() {
+ install -d "$pkgdir/usr/share/fonts/OTF"
+ install -m644 "$srcdir/ocr/OCRA.otf" "$pkgdir/usr/share/fonts/OTF"
+}