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..a81c8d38ad94
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = otf-ocr-a
+ pkgdesc = A font that was designed to be easy for computers to read (OTF version)
+ pkgver = 2008
+ pkgrel = 1
+ url = http://luc.devroye.org/fonts-48501.html
+ arch = any
+ license = custom
+ source = http://luc.devroye.org/OCRA.zip
+ sha256sums = 694371f1c48abc87bbdc42c8ab69666aa51a49c9abe95d73b547bfc2af080f08
+
+pkgname = otf-ocr-a
+
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"
+}