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..26bb9a134f04
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ttf-ocr-a
+ pkgdesc = A font that was designed to be easy for computers to read (TTF 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 = ttf-ocr-a
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..82e988f43f9c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Ludvig Holtze <ludvighg1999 at gmail dot com>
+
+pkgname=ttf-ocr-a
+pkgver=2008
+pkgrel=1
+pkgdesc="A font that was designed to be easy for computers to read (TTF 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/TTF"
+ install -m644 "$srcdir/ocr/OCRA.ttf" "$pkgdir/usr/share/fonts/TTF"
+}