Merge branch 'master' into wayland

This commit is contained in:
Dylan Araps 2021-07-10 01:34:53 +03:00
commit c8b30f0d3e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
11 changed files with 42 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

9
extra/openresolv/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
42b30508e857a228535c631eaac936862d86eca68c14b5c0bf387ba176b91b97

1
extra/openresolv/sources Normal file
View File

@ -0,0 +1 @@
https://roy.marples.name/downloads/openresolv/openresolv-3.12.0.tar.xz

1
extra/openresolv/version Normal file
View File

@ -0,0 +1 @@
3.12.0 1