forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibxslt.yaml
55 lines (46 loc) · 1.02 KB
/
libxslt.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: libxslt
version: 1.1.39
epoch: 1
description: XML stylesheet transformation library
copyright:
- license: MIT
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libgcrypt-dev
- libgpg-error-dev
- libtool
- libxml2-dev
pipeline:
- uses: fetch
with:
expected-sha256: 2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0
uri: https://download.gnome.org/sources/libxslt/1.1/libxslt-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: --with-python=no
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libxslt-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libxslt
description: libxslt dev
- name: libxslt-doc
pipeline:
- uses: split/manpages
description: libxslt manpages
update:
enabled: true
release-monitor:
identifier: 13301