eiwd: 1.15-1

This commit is contained in:
Dylan Araps 2021-07-10 01:25:08 +03:00
parent fbf689b63b
commit 6b7db9e42c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
7 changed files with 30 additions and 0 deletions

14
extra/eiwd/build Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--libexecdir=/usr/bin \
--localstatedir=/var \
--disable-dbus
make
make DESTDIR="$1" install
# Install runit service.
install -Dm755 eiwd.run "$1/etc/sv/eiwd/run"
ln -s /run/runit/supervise.eiwd "$1/etc/sv/eiwd/supervise"

2
extra/eiwd/checksums Normal file
View File

@ -0,0 +1,2 @@
3f0ceb79c662050325034dcd8a7b5cdf0d7e80560b65ca5f16bce7e115247a8e
9798194395fbc26a1ad8465bab7ac9c9e94c3a51edaf5987a414037c34169e63

1
extra/eiwd/depends Normal file
View File

@ -0,0 +1 @@
linux-headers make

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec iwd -d

8
extra/eiwd/post-install Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cat <<EOF
NOTE: You also need openresolv to use eiwd's
built-in DNS features.
EOF

2
extra/eiwd/sources Normal file
View File

@ -0,0 +1,2 @@
https://github.com/illiliti/eiwd/releases/download/1.15-1/iwd-1.15.tar.xz
files/eiwd.run

1
extra/eiwd/version Normal file
View File

@ -0,0 +1 @@
1.15-1 1