From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- eiwd/abuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 eiwd/abuild (limited to 'eiwd/abuild') diff --git a/eiwd/abuild b/eiwd/abuild new file mode 100644 index 00000000..97c01ca6 --- /dev/null +++ b/eiwd/abuild @@ -0,0 +1,17 @@ +name=eiwd +version=2.22 +release=1 +source="https://github.com/illiliti/${name}/releases/download/${version}-1/iwd-${version}.tar.xz + $name.run + iwd_passphrase + main.conf" +sv="$name.run" +build_opt="--libexecdir=/usr/bin --disable-dbus" + +postbuild() { + cp $SRC/iwd_passphrase $PKG/usr/bin + chmod 755 $PKG/usr/bin/iwd_passphrase + + mkdir -p $PKG/etc/iwd + cp $SRC/main.conf $PKG/etc/iwd +} -- cgit v1.2.3