-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathbdftopcf.yaml
54 lines (46 loc) · 1009 Bytes
/
bdftopcf.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
49
50
51
52
53
54
package:
name: bdftopcf
version: 1.1.2
epoch: 2
description: X.org font bdftopcf
copyright:
- license: MIT-open-group
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- font-xproto-dev
- fontsproto-dev
- util-macros
pipeline:
- uses: fetch
with:
expected-sha256: bc60be5904330faaa3ddd2aed7874bee2f29e4387c245d6787552f067eb0523a
uri: https://www.x.org/archive/individual/util/bdftopcf-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--mandir=/usr/share/man
- uses: autoconf/make
- uses: autoconf/make-install
update:
enabled: true
release-monitor:
identifier: 15054
test:
pipeline:
# AUTOGENERATED
- runs: |
bdftopcf -v
subpackages:
- name: bdftopcf-doc
description: bdftopcf documentation
pipeline:
- uses: split/manpages
test:
pipeline:
- uses: test/docs