diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 18:12:24 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 18:12:24 -0700 |
| commit | 3dc4c90bbab3838eeef1ed5ab54f6fc5ed833aed (patch) | |
| tree | 9fdba678776a21cf8e42387c75568fd81a4413e0 /ports/test/add.sh | |
| parent | 7166f04ef0668e9b36c08cf37a8006ab4bf2b0e3 (diff) | |
MOD: cleanup and updt
Diffstat (limited to 'ports/test/add.sh')
| -rw-r--r-- | ports/test/add.sh | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/ports/test/add.sh b/ports/test/add.sh new file mode 100644 index 0000000..1db96be --- /dev/null +++ b/ports/test/add.sh | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | . pkg.conf | ||
| 2 | set -e | ||
| 3 | |||
| 4 | gcc -static -fno-pie -O0 -g0 -s $CFLAGS -o "$pkg_name" -c "$pkg_name.c" $LDFLAGS | ||
| 5 | rx cp "$pkg_name" /usr/local/bin/"$pkg_name-mp" | ||
