-
Notifications
You must be signed in to change notification settings - Fork 314
/
Copy pathfont-lklug.yaml
40 lines (34 loc) · 963 Bytes
/
font-lklug.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
package:
name: font-lklug
version: 0.6.4
epoch: 0
description: fonts-lklug
copyright:
- license: GPL-2.0-or-later
var-transforms:
- from: ${{package.version}}
match: \.(\d+)$
replace: -$1
to: mangled-package-version
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
pipeline:
- uses: fetch
with:
expected-sha256: 2ad19b51ad8246d7fb94efaba58077744d7a1cc445146cbe95fb2abd1505d331
uri: https://salsa.debian.org/fonts-team/fonts-lklug-sinhala/-/archive/debian/${{vars.mangled-package-version}}/fonts-lklug-sinhala-debian-${{vars.mangled-package-version}}.tar.gz
- runs: |
mkdir -p "${{targets.destdir}}"/usr/share/fonts/
install -D -m644 lklug.ttf "${{targets.destdir}}"/usr/share/fonts/
update:
enabled: false
exclude-reason: No source to watch for the new versions
test:
pipeline:
- uses: test/fonts