-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathculmus.yaml
48 lines (43 loc) · 1.4 KB
/
culmus.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
46
47
48
package:
name: culmus
version: "0.140"
epoch: 2
description: A collection of Type1 and TrueType Hebrew fonts
copyright:
- license: GPL-2.0-only
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
expected-sha256: 6daed104481007752a76905000e71c0093c591c8ef3017d1b18222c277fc52e3
uri: https://downloads.sourceforge.net/${{package.name}}/${{package.name}}-${{package.version}}.tar.gz
- runs: |
# install ttf fonts
install -Dm755 -d "${{targets.destdir}}"/usr/share/fonts/TTF
install -Dm644 ./*.ttf \
"${{targets.destdir}}"/usr/share/fonts/TTF
# install otf fonts
install -Dm755 -d "${{targets.destdir}}"/usr/share/fonts/OTF
install -Dm644 ./*.otf \
"${{targets.destdir}}"/usr/share/fonts/OTF
# install provided config file with priority 61
install -Dm755 -d "${{targets.destdir}}"/etc/fonts/conf.avail/
install -Dm644 ./culmus.conf \
"${{targets.destdir}}/etc/fonts/conf.avail/61-culmus.conf"
# symlink for the abovementioned config file
install -Dm755 -d "${{targets.destdir}}"/etc/fonts/conf.d
ln -fs "../conf.avail/61-culmus.conf" "${{targets.destdir}}"/etc/fonts/conf.d/
update:
enabled: true
release-monitor:
identifier: 10067
test:
pipeline:
- uses: test/fonts