Skip to content

Commit 526a28d

Browse files
committed
add unicode-font v15.1.05
1 parent 27ca241 commit 526a28d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

recipes/graphics/fonts/unicode.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
metaEnvironment:
2+
PKG_VERSION: "15.1.05"
3+
PKG_LICENSE: "GPL-2.0-or-later with Font-exception-2.0 OR OFL-1.1"
4+
5+
checkoutSCM:
6+
scm: url
7+
url: https://unifoundry.com/pub/unifont/unifont-15.1.05/font-builds/unifont-${PKG_VERSION}.pcf.gz
8+
digestSHA256: ce973d6785d7be66bfb574583af000408a63c984bed573e268b645e3160f4dbc
9+
10+
buildVars: [PKG_VERSION]
11+
buildScript: |
12+
ln -snf $1/unifont-${PKG_VERSION}.pcf
13+
14+
packageScript: |
15+
cp -L $1/unifont-${PKG_VERSION}.pcf unifont.pcf

0 commit comments

Comments
 (0)