-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathfreetype.yaml
70 lines (60 loc) · 1.35 KB
/
freetype.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
70
package:
name: freetype
version: 2.13.2
epoch: 2
description: TrueType font rendering library
copyright:
- license: FTL OR GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- brotli-dev
- build-base
- busybox
- bzip2-dev
- ca-certificates-bundle
- libpng-dev
- libx11-dev
- zlib-dev
pipeline:
- uses: fetch
with:
expected-sha256: 12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
uri: https://download.savannah.gnu.org/releases/freetype/freetype-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--enable-static \
--with-brotli \
--with-bzip2 \
--with-png \
--enable-freetype-config
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: freetype-static
description: freetype static library
pipeline:
- uses: split/static
- name: freetype-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- freetype
- libx11-dev
- libpng-dev
- bzip2-dev
- brotli-dev
description: freetype dev
- name: freetype-doc
pipeline:
- uses: split/manpages
description: freetype manpages
update:
enabled: true
release-monitor:
identifier: 854