From: feelamee <106318766+feelamee@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:19:51 +0000 (+0000) Subject: Add xmake (#411) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/624c83b1bb47588db0cded227c5bc2a34c1d7978?hp=45732bfcb6f62c92861f6549faa5006fd1e06266 Add xmake (#411) * Add xmake * Update xmake --- 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" + } + ] +}