summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 773f20907cc6f5f853503e07b4e9516b27f18111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
}