Skip to content

Commit

Permalink
Add xmake (#411)
Browse files Browse the repository at this point in the history
* Add xmake

* Update xmake
  • Loading branch information
feelamee authored Jun 3, 2024
1 parent 45732bf commit 624c83b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions programs/xmake.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 624c83b

Please sign in to comment.