aboutsummaryrefslogtreecommitdiff
path: root/lighttpd/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-27 07:05:23 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-27 07:05:23 +0000
commitca5a50e2ecbec20c53765389bdc4dac720451ce1 (patch)
treef4ff485f067ba4aea25c7b1093760b2df11bb1ac /lighttpd/abuild
parentd2e1740c2acf902509e3c8e4c4d8c583a0cd152d (diff)
downloadalicelinux-ca5a50e2ecbec20c53765389bdc4dac720451ce1.tar.gz
alicelinux-ca5a50e2ecbec20c53765389bdc4dac720451ce1.zip
Woodpecker CI 9b7d8c2e47670214743aad75decc2177a498321c [SKIP CI]
Diffstat (limited to 'lighttpd/abuild')
-rw-r--r--lighttpd/abuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/lighttpd/abuild b/lighttpd/abuild
new file mode 100644
index 00000000..a3f521e5
--- /dev/null
+++ b/lighttpd/abuild
@@ -0,0 +1,12 @@
+name=lighttpd
+version=1.4.79
+release=1
+source="https://download.${name}.net/${name}/releases-${version%.*}.x/${name}-${version}.tar.xz
+ $name.conf
+ run"
+sv="run"
+build_opt="-Dwith_openssl=true"
+
+postbuild() {
+ install -Dm644 $SRC/$name.conf $PKG/etc/$name/$name.conf
+}