blob: 1a75a38c8b3c46621721691536ecc3ab5fa722e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# bash
setting BASH_ENV sources it before
execve("/bin/bash", { "/bin/bash", "build.sh", NULL }, { env..., "BASH_ENV=file", NULL});
build() {
}
package() {
}
default: /tmp
--noclean:
check for $snagcache/$packagename/
if not exist full clean build
if exist then just run build and install
open log file - fd 3
splice(child stdout, fd 3)
|