summaryrefslogtreecommitdiff
path: root/freefont-otf.morph
blob: 2cb0623e714c58f77ab28c1a3c2450fc7814390f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "freefont-otf",
    "kind": "chunk",
    "configure-commands": [
    ],
    "build-commands": [
    ],
    "install-commands": [
        "mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont",
	"install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont"
    ]
}