Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions font-tibetan-machine.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading