]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add xmake (#411)
authorfeelamee <106318766+feelamee@users.noreply.github.com>
Mon, 3 Jun 2024 12:19:51 +0000 (12:19 +0000)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 12:19:51 +0000 (14:19 +0200)
* Add xmake

* Update xmake

programs/xmake.json [new file with mode: 0644]

diff --git a/programs/xmake.json b/programs/xmake.json
new file mode 100644 (file)
index 0000000..93af885
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "name": "xmake",
+    "files": [
+        {
+            "path": "$HOME/.xmake",
+            "movable": true,
+            "help": "export XMAKE_GLOBALDIR=\"$XDG_CONFIG_HOME/xmake\"\nSee `xmake show -l envs` or xmake doc for details\nhttps://xmake.io/#/guide/configuration?id=environment-variables"
+        },
+        {
+            "path": "$HOME/.xmake/packages",
+            "movable": true,
+            "help": "export XMAKE_PKG_INSTALLDIR=\"$XDG_DATA_HOME/xmake\"\n"
+        },
+        {
+            "path": "$HOME/.xmake/cache",
+            "movable": true,
+            "help": "export XMAKE_PKG_CACHEDIR=\"$XDG_CACHE_HOME/xmake\"\n"
+        }
+    ]
+}