]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add .pkg-cache
authortunalad <28594843+tunalad@users.noreply.github.com>
Tue, 28 Nov 2023 18:11:20 +0000 (19:11 +0100)
committertunalad <28594843+tunalad@users.noreply.github.com>
Tue, 28 Nov 2023 18:11:20 +0000 (19:11 +0100)
programs/pkg.json [new file with mode: 0644]

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