summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 418650c4f909d9b1f409722091a5091a1583012f (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
# Maintainer: Caleb Maclennan <caleb@alerque.com>

pkgbase=velvetyne-fonts
pkgname=("otf-$pkgbase")
pkgver=0
pkgrel=2
pkgdesc='A package depending on all the released fonts from Velvetyne Type Foudry'
arch=('any')
url='http://velvetyne.fr'
license=('OFL' 'custom:Velvetyne Open License')
_otf=('avara'
      'backout'
      'cantique'
      'compagnon'
	  'daubenton'
      'format-1452'
      'happy-times'
      'kaerukaeru'
      'ouroboros'
      'mourier'
      'murmure'
      'vg5000')

package_otf-velvetyne-fonts() {
    depends=("${_otf[@]/#/otf-}")
}