summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..29acabc95d1c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Martin Florén <martin.floren@gmail.com>
+
+pkgname=otf-junction
+pkgver=1
+pkgrel=2
+pkgdesc="A humanist sans-serif typeface"
+arch=('any')
+url="http://theleagueofmoveabletype.com/junction/"
+license=('OFL')
+depends=('fontconfig' 'xorg-font-utils')
+
+install=otf.install
+source=('http://theleagueofmoveabletype.com/junction/download')
+
+build() {
+ cd $startdir/src
+ install -Dm 644 "theleagueof-junction-18de841/Junction.otf" $pkgdir/usr/share/fonts/OTF/junction.otf
+}
+md5sums=('0f3dc688bf23dc5cafc325d9e9ef8273')