blob: 51927d212d5fbb86f0fc130adf9ee0dc6c9b0552 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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)
snag
- make
- bash
- automake
- bash
- swenu
- bash
|