diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 22:51:20 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-11 22:51:20 -0700 |
| commit | 78db3ac27c274fa28c5e7b18651289fa5f09fe6e (patch) | |
| tree | 46d3b171edbee72a3f25eaffa93091610075fc18 /ports/mg/add.sh | |
| parent | e8fca2720d6052c72767325f32909a24c6e91108 (diff) | |
MOD: add some recipes, cleanup, bleh
Diffstat (limited to 'ports/mg/add.sh')
| -rw-r--r-- | ports/mg/add.sh | 7 |
1 files changed, 7 insertions, 0 deletions
| diff --git a/ports/mg/add.sh b/ports/mg/add.sh new file mode 100644 index 0000000..0d912a9 --- /dev/null +++ b/ports/mg/add.sh | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | . pkg.conf | ||
| 2 | set -e | ||
| 3 | |||
| 4 | git clone https://github.com/hboetes/mg.git | ||
| 5 | cd mg | ||
| 6 | make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" -j$(nproc / 2) | ||
| 7 | make install | ||
