mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-24 01:01:32 +01:00
36 lines
547 B
Plaintext
36 lines
547 B
Plaintext
# 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"
|
|
}
|
|
|