2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

eiwd: new package at 0.1.0

This commit is contained in:
Dylan Araps 2019-12-02 20:57:34 +00:00
parent 30ca54b8ba
commit d32dac1d82
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 12 additions and 0 deletions

8
core/eiwd/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--localstatedir=/var
make
make DESTDIR="$1" install

1
core/eiwd/checksums Normal file
View File

@ -0,0 +1 @@
4f13530bb2d7d4ebcedc7d9d4795d06f3dba6347d47f785ab23fa1395038dde0 eiwd-0.1.0.tar.xz

1
core/eiwd/depends Normal file
View File

@ -0,0 +1 @@
openresolv

1
core/eiwd/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/dylanaraps/eiwd/releases/download/0.1.0/eiwd-0.1.0.tar.xz

1
core/eiwd/version Normal file
View File

@ -0,0 +1 @@
0.1.0 1