-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathgd.yaml
69 lines (60 loc) · 1.48 KB
/
gd.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
package:
name: gd
version: 2.3.3
epoch: 6
description: Library for the dynamic creation of images by programmers
copyright:
- license: GD
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- fontconfig-dev
- freetype-dev
- libavif-dev
- libjpeg-turbo-dev
- libpng-dev
- libwebp-dev
- libxpm-dev
- tiff-dev
- zlib-dev
pipeline:
- uses: fetch
with:
expected-sha256: 3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
uri: https://github.com/libgd/libgd/releases/download/gd-${{package.version}}/libgd-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: gd-dev
pipeline:
- uses: split/dev
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/bin
mv ${{targets.destdir}}/usr/bin/bdftogd ${{targets.subpkgdir}}/usr/bin/
dependencies:
runtime:
- gd
- perl
description: gd dev
- name: libgd
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/lib
mv ${{targets.destdir}}/usr/lib/libgd.so.* ${{targets.subpkgdir}}/usr/lib/
update:
enabled: true
github:
identifier: libgd/libgd
strip-prefix: gd-