forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfont-noto-cjk.yaml
45 lines (40 loc) · 1.1 KB
/
font-noto-cjk.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
package:
name: font-noto-cjk
# This project doesn't do releases and everything is commit based.
# This corresponds to commit 523d033d6cb47f4a80c58a35753646f5c3608a78
version: 0.0_git20220127
epoch: 0
description: Google's font family that aims to support all the world's languages (cjk)
copyright:
- license: OFL-1.1
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- fontconfig
- git
- xz
pipeline:
- uses: git-checkout
with:
expected-commit: 523d033d6cb47f4a80c58a35753646f5c3608a78
repository: https://github.com/notofonts/noto-cjk
tag: Sans2.004
- runs: |
mkdir -p "${{targets.destdir}}"/usr/share/fonts/noto
cp ./*/OTC/*.ttc .
for font in NotoSansCJK-Bold.ttc \
NotoSansCJK-Regular.ttc \
NotoSerifCJK-Bold.ttc \
NotoSerifCJK-Regular.ttc
do
install -Dm644 ./$font \
-t "${{targets.destdir}}"/usr/share/fonts/noto/
done
update:
enabled: false
exclude-reason: they use a different versioning scheme