From: Tor Jacob Neple <62819835+torjacob@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:50:22 +0000 (+0200) Subject: Add deno (#241) X-Git-Tag: v0.2.0.2~76 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a3bf86f72f3d38088e0bf9f8bf863c971c9218c4?ds=inline Add deno (#241) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- diff --git a/programs/deno.json b/programs/deno.json new file mode 100644 index 0000000..a553914 --- /dev/null +++ b/programs/deno.json @@ -0,0 +1,10 @@ +{ + "name": "deno", + "files": [ + { + "path": "$HOME/.deno", + "movable": true, + "help": "Deno supports the XDG Spec, however __~/.deno__ serves as a fallback if __XDG_CACHE_HOME__ is not set.\n\nMake sure to set __XDG_CACHE_HOME__, then:\n\n```sh\nmv ~/.deno \"$XDG_CACHE_HOME/deno\"\n```\n\n[Source:](https://github.com/denoland/deno/issues/1241)\n" + } + ] +}