summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2015-07-25 19:33:37 +0200
committerbitwave2015-07-25 19:33:37 +0200
commitd2136f8320455e9325000111ec52a09a1e5cb6f3 (patch)
treedc51c45170440cbcc1684c5f78e7f8ede59f0fb0
downloadaur-d2136f8320455e9325000111ec52a09a1e5cb6f3.tar.gz
initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..62083ec64e05
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = ttf-monoid
+ pkgdesc = Open Source coding font
+ pkgver = latest
+ pkgrel = 1
+ url = http://andreaslarsen.github.io/monoid/
+ arch = any
+ license = custom:MIT
+ conflicts = ttf-monoid-git
+ source = https://cdn.rawgit.com/larsenwork/monoid/release/Monoid-Small-0-1-3-l.zip
+ sha512sums = f7a8e07f170e84dfe2402dd7c02e558be162929531fa4cc53153a77ce97b812667019a76065baf58e36d47644aaa298cc1325684b50ca75ab62ec32ca1538671
+
+pkgname = ttf-monoid
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b34e3e64134e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: bitwave <aur [aTt] oomlu [d0t] de>
+pkgname='ttf-monoid'
+pkgdesc='Open Source coding font'
+pkgver=latest
+pkgrel=1
+arch=('any')
+license=('custom:MIT')
+url='http://andreaslarsen.github.io/monoid/'
+source=("https://cdn.rawgit.com/larsenwork/monoid/release/Monoid-Small-0-1-3-l.zip")
+conflicts=('ttf-monoid-git')
+sha512sums=('f7a8e07f170e84dfe2402dd7c02e558be162929531fa4cc53153a77ce97b812667019a76065baf58e36d47644aaa298cc1325684b50ca75ab62ec32ca1538671')
+
+package () {
+ install -Dm644 "Monoid-Regular-Small-0-1-3-l.ttf" "${pkgdir}/usr/share/fonts/TTF/Monoid-Regular.ttf"
+ install -Dm644 "Monoid-Bold-Small-0-1-3-l.ttf" "${pkgdir}/usr/share/fonts/TTF/Monoid-Bold.ttf"
+ install -Dm644 "Monoid-Oblique-Small-0-1-3-l.ttf" "${pkgdir}/usr/share/fonts/TTF/Monoid-Oblique.ttf"
+ install -Dm644 "Monoid-Retina-Small-0-1-3-l.ttf" "${pkgdir}/usr/share/fonts/TTF/Monoid-Retina.ttf"
+ install -Dm644 "Readme+License.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+} \ No newline at end of file