]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #338 from GrigorenkoPV/BOINC
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Fri, 1 Dec 2023 11:05:13 +0000 (12:05 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 11:05:13 +0000 (12:05 +0100)
Add BOINC

programs/ghc.json
programs/itch.json [new file with mode: 0644]

index 800aa65f56e29e6ab7f875008312f51767af6da4..9ab5816661832134f8dbdd9e043d2568cadef53f 100644 (file)
@@ -3,7 +3,7 @@
         {
             "path": "$HOME/.ghc",
             "movable": false,
-            "help": "Currently unsupported.\n"
+            "help": "Supported starting with v9.4.1\n\nhttps://downloads.haskell.org/~ghc/9.4.1/docs/users_guide/9.4.1-notes.html?highlight=xdg\n"
         }
     ],
     "name": "GHC"
diff --git a/programs/itch.json b/programs/itch.json
new file mode 100644 (file)
index 0000000..b35defe
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "itch",
+    "files": [
+        {
+            "path": "$HOME/.itch",
+            "movable": false,
+            "help": "Currently unsupported.\n\nhttps://github.com/itchio/itch-setup/blob/f7e77569fee0b2dcf91b19e3c6533f4a1b5f02e9/native/native_linux.go#L39-L41\n"
+        }
+    ]
+}