diff --git a/font-tibetan-machine.yaml b/font-tibetan-machine.yaml new file mode 100644 index 00000000000..c65995b1b7a --- /dev/null +++ b/font-tibetan-machine.yaml @@ -0,0 +1,33 @@ +package: + name: font-tibetan-machine + version: 0.1.0 + epoch: 0 + description: tibetan fonts + copyright: + - license: GPL-1.0-or-later + +environment: + contents: + packages: + - build-base + - busybox + +pipeline: + - uses: fetch + with: + expected-sha256: 5990eefcb1ffe53d58414e3d5f97e467c67c04bb8866f2b407a9e0e4e2c080b0 + uri: https://ftp.debian.org/debian/pool/main/f/fonts-tibetan-machine/fonts-tibetan-machine_1.901b-5.1_all.deb + extract: false + + - runs: | + ar x fonts-tibetan-machine_1.901b-5.1_all.deb + tar -xf data.tar.* + mkdir -p "${{targets.contextdir}}/usr/share/fonts/truetype/tibetan-machine" + mv ./usr/share/fonts/truetype/tibetan-machine/*.ttf "${{targets.contextdir}}/usr/share/fonts/truetype/tibetan-machine/" + +update: + enabled: false + +test: + pipeline: + - uses: test/fonts