From: tunalad <28594843+tunalad@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:11:20 +0000 (+0100) Subject: Add .pkg-cache X-Git-Tag: v0.2.0.2~11^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/a691baebe5bfe2f571b9c6b725ba8c6f9bf0402a?ds=inline Add .pkg-cache --- diff --git a/programs/pkg.json b/programs/pkg.json new file mode 100644 index 0000000..ba113eb --- /dev/null +++ b/programs/pkg.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.pkg-cache", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport PKG_CACHE_PATH=\"$XDG_CACHE_HOME\"/pkg-cache\n```\n" + } + ], + "name": "pkg" +}