blob: 97c01ca6b81fa0d1e5119a242791762a11450096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}
|