blob: 1845a5777bd9e0cff2a21e048bd83fcbd03bf63e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
name=eiwd
version=2.16
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
}
|