mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 14:50:07 -07:00
eiwd: 1.15-1
This commit is contained in:
parent
fbf689b63b
commit
6b7db9e42c
14
extra/eiwd/build
Executable file
14
extra/eiwd/build
Executable 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
2
extra/eiwd/checksums
Normal file
@ -0,0 +1,2 @@
|
||||
3f0ceb79c662050325034dcd8a7b5cdf0d7e80560b65ca5f16bce7e115247a8e
|
||||
9798194395fbc26a1ad8465bab7ac9c9e94c3a51edaf5987a414037c34169e63
|
1
extra/eiwd/depends
Normal file
1
extra/eiwd/depends
Normal file
@ -0,0 +1 @@
|
||||
linux-headers make
|
2
extra/eiwd/files/eiwd.run
Normal file
2
extra/eiwd/files/eiwd.run
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec iwd -d
|
8
extra/eiwd/post-install
Executable file
8
extra/eiwd/post-install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: You also need [1mopenresolv[m to use eiwd's
|
||||
built-in DNS features.
|
||||
|
||||
EOF
|
2
extra/eiwd/sources
Normal file
2
extra/eiwd/sources
Normal 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
1
extra/eiwd/version
Normal file
@ -0,0 +1 @@
|
||||
1.15-1 1
|
Loading…
Reference in New Issue
Block a user