-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlighttpd.yaml
70 lines (62 loc) · 1.42 KB
/
lighttpd.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: lighttpd
version: 1.4.74
epoch: 0
description: Secure, fast, compliant and very flexible web-server
copyright:
- license: BSD-3-Clause
environment:
contents:
packages:
- autoconf
- automake
- brotli-dev
- build-base
- busybox
- ca-certificates-bundle
- e2fsprogs
- flex
- libdbi-dev
- libtool
- libxml2-dev
- linux-pam-dev
- lua5.4-dev
- m4
- openldap-dev
- openssl-dev
- pcre-dev
- pcre2-dev
- pkgconf-dev
- readline-dev
- sqlite-dev
- zlib-dev
- zstd-dev
pipeline:
- uses: fetch
with:
uri: https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${{package.version}}.tar.xz
expected-sha512: 96ae90885898ec0a13441f135209a1e7c447b74b1dfbc16e75bdabcba30a4a4dd26878c205feed7f78311bcbc81b54602635cc0a64ea7fb8fe5e081f136fae2d
- runs: |
./autogen.sh
mkdir -p "${{targets.destdir}}"/var/tmp
- uses: autoconf/configure
with:
opts: |
--with-ldap \
--with-pam \
--with-attr \
--with-openssl \
--with-webdav-props \
--with-webdav-locks \
--with-lua \
--with-pcre2 \
--with-brotli \
--with-zstd \
--with-dbi
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
update:
enabled: true
release-monitor:
identifier: 1817