blob: 02582051f7ade5043a206fd89beb1d0948481ea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
kind: manual
depends:
- glib-common.bst
- mesa-common.bst
- x-common.bst
- icu-common.bst
sources:
- kind: git
url: upstream:freefont-otf
track: baserock/morph
ref: 75fa95a912718bb94a135d4bf6b13bb38e186ce7
config:
install-commands:
- mkdir -p "%{install-root}"/usr/share/fonts/opentype/freefont
- install -p *.otf "%{install-root}"/usr/share/fonts/opentype/freefont
|