summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..773f20907cc6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: samæ <samæ at marvid dot fr>
+
+pkgname=league-fonts
+pkgver=20160215
+pkgrel=1
+pkgdesc="A package depending on all the fonts from The League Of The Moveable Type"
+arch=('any')
+url="http://theleagueofmoveabletype.com"
+license=('custom:OFL')
+depends=( 'ttf-league-spartan'
+ 'ttf-blackout'
+ 'ttf-linden-hill'
+ 'ttf-raleway'
+ 'ttf-fanwood'
+ 'ttf-sorts-mill-goudy'
+ 'ttf-prociono'
+ 'ttf-chunk'
+ 'ttf-ostrich-sans'
+ 'ttf-junction'
+ 'ttf-league-gothic'
+ 'ttf-knewave'
+ 'ttf-league-script-number-one'
+ 'ttf-orbitron'
+ 'ttf-goudy-bookletter-1911'
+ 'ttf-sniglet')
+source=()
+md5sums=()
+
+package() {
+ echo "You're set"
+}
+