aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/lighttpd/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-06-27 07:04:22 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-06-27 07:04:22 +0000
commit22fcc3ab1799dd9ee9e2898017a073e771e21498 (patch)
tree6ab078da628798b6e7f4f173b184bdf72ee05a50 /repos/extra/lighttpd/abuild
parenta3f39a4014b334723dd1b849fd4ce1f9b48b2ee8 (diff)
downloadalicelinux-22fcc3ab1799dd9ee9e2898017a073e771e21498.tar.gz
alicelinux-22fcc3ab1799dd9ee9e2898017a073e771e21498.zip
lighttpd: new added
Diffstat (limited to 'repos/extra/lighttpd/abuild')
-rw-r--r--repos/extra/lighttpd/abuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/lighttpd/abuild b/repos/extra/lighttpd/abuild
new file mode 100644
index 00000000..a3f521e5
--- /dev/null
+++ b/repos/extra/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
+}