From 624c83b1bb47588db0cded227c5bc2a34c1d7978 Mon Sep 17 00:00:00 2001 From: feelamee <106318766+feelamee@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:19:51 +0000 Subject: [PATCH] Add xmake (#411) * Add xmake * Update xmake --- programs/xmake.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 programs/xmake.json diff --git a/programs/xmake.json b/programs/xmake.json new file mode 100644 index 0000000..93af885 --- /dev/null +++ b/programs/xmake.json @@ -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" + } + ] +}