-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathitstool.yaml
55 lines (46 loc) · 1.14 KB
/
itstool.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
55
package:
name: itstool
version: 2.0.7
epoch: 0
description: ITS-based XML translation tool
copyright:
- license: GPL-3.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libxml2-py3
- python3
pipeline:
- uses: fetch
with:
expected-sha256: fba78a37dc3535e4686c7f57407b97d03c676e3a57beac5fb2315162b0cc3176
uri: https://github.com/itstool/itstool/archive/${{package.version}}/itstool-${{package.version}}.tar.gz
- runs: autoreconf -vif
- runs: |
PYTHON="/usr/bin/python3" ./configure \
--host=${{host.triplet.gnu}} \
--build=${{host.triplet.gnu}} \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: itstool-doc
pipeline:
- uses: split/manpages
description: itstool manpages
update:
enabled: true
github:
identifier: itstool/itstool
strip-prefix: v
use-tag: true