blob: b9ad7a08ddaf8ecd4f676df232557bd17af7af55 (
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
33
34
35
|
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=fonts-extra
pkgver=1.0
pkgrel=0
pkgdesc="Extra set of free fonts (meta package)"
url="http://alpinelinux.org/"
arch="noarch"
license="none"
depends="fonts-base
otf-cantarell
otf-oswald
otf-quintessential
otf-tex-gyre
t1-cursor
t1-urw-fonts
ttf-caladea
ttf-cantoraone
ttf-carlito
ttf-droid
ttf-gelasio
ttf-merriweather
ttf-merriweather-sans
ttf-opensans
ttf-signika-family
ttf-ubuntu-font-family"
build() {
return 0
}
package() {
mkdir -p "$pkgdir"
}
|