blob: 6fe5e6f15d0c14af6a9579c6266029c09c2c43da (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
MAKEDEPS="make "
DEPS="sh eudev"
SOURCE=https://xi.davidovski.xyz/git/bootscripts.git
DESC="Bootscripts to initiate the system on boot"
package () {
make DESTDIR=$PKG_DEST install
}
|