]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add deno (#241)
authorTor Jacob Neple <62819835+torjacob@users.noreply.github.com>
Sat, 1 Apr 2023 15:50:22 +0000 (17:50 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Apr 2023 15:50:22 +0000 (17:50 +0200)
Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
programs/deno.json [new file with mode: 0644]

diff --git a/programs/deno.json b/programs/deno.json
new file mode 100644 (file)
index 0000000..a553914
--- /dev/null
@@ -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"
+        }
+    ]
+}