summary refs log tree commit diff
path: root/ports/mp
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-11 22:51:20 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-11 22:51:20 -0700
commit78db3ac27c274fa28c5e7b18651289fa5f09fe6e (patch)
tree46d3b171edbee72a3f25eaffa93091610075fc18 /ports/mp
parente8fca2720d6052c72767325f32909a24c6e91108 (diff)
MOD: add some recipes, cleanup, bleh
Diffstat (limited to 'ports/mp')
-rw-r--r--ports/mp/add.sh6
-rw-r--r--ports/mp/del.sh4
-rw-r--r--ports/mp/pkg.conf3
3 files changed, 13 insertions, 0 deletions
diff --git a/ports/mp/add.sh b/ports/mp/add.sh new file mode 100644 index 0000000..6c17bda --- /dev/null +++ b/ports/mp/add.sh
@@ -0,0 +1,6 @@
1. pkg.conf
2set -e
3
4git clone https://codeberg.org/Druid520/mp.git
5cd mp
6cp mp.sh /usr/local/bin/mp
diff --git a/ports/mp/del.sh b/ports/mp/del.sh new file mode 100644 index 0000000..146b4c9 --- /dev/null +++ b/ports/mp/del.sh
@@ -0,0 +1,4 @@
1. pkg.conf
2set -e
3
4rm /usr/local/bin/mp
diff --git a/ports/mp/pkg.conf b/ports/mp/pkg.conf new file mode 100644 index 0000000..78d8b01 --- /dev/null +++ b/ports/mp/pkg.conf
@@ -0,0 +1,3 @@
1pkg_name="mp"
2pkg_license="GPL-3.0-or-later"
3pkg_ver="1.0.0"