summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreeva2016-02-15 02:12:47 +0100
committereeva2016-02-15 02:12:47 +0100
commit2ddd3458c0d5755e7ff7fbf08f96eb51e4b9e5d9 (patch)
treed633e1691a6708e960f6d40a2cc4890866f61c73
downloadaur-2ddd3458c0d5755e7ff7fbf08f96eb51e4b9e5d9.tar.gz
Initial commit
-rw-r--r--.SRCINFO28
-rw-r--r--PKGBUILD32
2 files changed, 60 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c635a5e21838
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,28 @@
+# Generated by mksrcinfo v8
+# Mon Feb 15 01:12:36 UTC 2016
+pkgbase = league-fonts
+ pkgdesc = A package depending on all the fonts from The League Of The Moveable Type
+ pkgver = 20160215
+ pkgrel = 1
+ url = http://theleagueofmoveabletype.com
+ arch = any
+ license = custom:OFL
+ depends = ttf-league-spartan
+ depends = ttf-blackout
+ depends = ttf-linden-hill
+ depends = ttf-raleway
+ depends = ttf-fanwood
+ depends = ttf-sorts-mill-goudy
+ depends = ttf-prociono
+ depends = ttf-chunk
+ depends = ttf-ostrich-sans
+ depends = ttf-junction
+ depends = ttf-league-gothic
+ depends = ttf-knewave
+ depends = ttf-league-script-number-one
+ depends = ttf-orbitron
+ depends = ttf-goudy-bookletter-1911
+ depends = ttf-sniglet
+
+pkgname = league-fonts
+
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"
+}
+