From 31576c7379e1326c8cb17802db08641f2ae71570 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 19 Jul 2026 00:55:06 -0400 Subject: things --- docs/info.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/info.txt (limited to 'docs/info.txt') diff --git a/docs/info.txt b/docs/info.txt new file mode 100644 index 0000000..1a75a38 --- /dev/null +++ b/docs/info.txt @@ -0,0 +1,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) -- cgit v1.2.3