From ea887c0f17c8d29a0ce3fba167db2382efe7fff9 Mon Sep 17 00:00:00 2001 From: feelamee Date: Mon, 3 Jun 2024 01:20:29 +0200 Subject: [PATCH 1/2] Add 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..121a24d --- /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](https://xmake.io/#/guide/configuration?id=environment-variables) for details" + }, + { + "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" + } + ] +} From 10c22200b3468a2ee22fe776446c4ae604cbcd8e Mon Sep 17 00:00:00 2001 From: feelamee Date: Mon, 3 Jun 2024 01:23:27 +0200 Subject: [PATCH 2/2] Update xmake --- programs/xmake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/xmake.json b/programs/xmake.json index 121a24d..93af885 100644 --- a/programs/xmake.json +++ b/programs/xmake.json @@ -4,7 +4,7 @@ { "path": "$HOME/.xmake", "movable": true, - "help": "export XMAKE_GLOBALDIR=\"$XDG_CONFIG_HOME/xmake\"\nSee `xmake show -l envs` or [xmake doc](https://xmake.io/#/guide/configuration?id=environment-variables) for details" + "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",