mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 19:20:10 -07:00
eiwd: new package at 0.1.0
This commit is contained in:
parent
30ca54b8ba
commit
d32dac1d82
8
core/eiwd/build
Executable file
8
core/eiwd/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
core/eiwd/checksums
Normal file
1
core/eiwd/checksums
Normal file
@ -0,0 +1 @@
|
||||
4f13530bb2d7d4ebcedc7d9d4795d06f3dba6347d47f785ab23fa1395038dde0 eiwd-0.1.0.tar.xz
|
1
core/eiwd/depends
Normal file
1
core/eiwd/depends
Normal file
@ -0,0 +1 @@
|
||||
openresolv
|
1
core/eiwd/sources
Normal file
1
core/eiwd/sources
Normal 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
1
core/eiwd/version
Normal file
@ -0,0 +1 @@
|
||||
0.1.0 1
|
Loading…
Reference in New Issue
Block a user