From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:05:13 +0000 (+0100) Subject: Merge pull request #338 from GrigorenkoPV/BOINC X-Git-Tag: v0.2.0.2~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/df5453bbf2eaa60559a81b21ca459b4bd269f2f4?hp=8209720fc21f9c6b5d084386b0102b58c98f4cd8 Merge pull request #338 from GrigorenkoPV/BOINC Add BOINC --- diff --git a/programs/ghc.json b/programs/ghc.json index 800aa65..9ab5816 100644 --- a/programs/ghc.json +++ b/programs/ghc.json @@ -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 index 0000000..b35defe --- /dev/null +++ b/programs/itch.json @@ -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" + } + ] +}