We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ca241 commit 526a28dCopy full SHA for 526a28d
recipes/graphics/fonts/unicode.yaml
@@ -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