diff --git a/README.md b/README.md index 2f4eb0f..9e9e3d1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ | [hledger](https://hledger.org/) *hledger* | GPL-3.0 | | | [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | | | [ledgerble](https://github.com/sbridges/ledgerble) *ledgerble* | Apache-2.0 | | +| [Xournal++ (Nightly Dev Releases)] *xournalpp-nightly** | GPL-2.0-or-later | | | [yadm](https://github.com/TheLocehiliosan/yadm) *yadm* | GPL-3.0 | | # Contribute diff --git a/bucket/xournalpp-nightly.json b/bucket/xournalpp-nightly.json new file mode 100644 index 0000000..2f648f3 --- /dev/null +++ b/bucket/xournalpp-nightly.json @@ -0,0 +1,35 @@ +{ + "version": "1.1.0.dev-nightly.20201130", + "description": "Nightly dev releases of xournalpp, a handwriting notetaking software with PDF annotation support", + "homepage": "https://github.com/xournalpp/xournalpp", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-1.1.0.dev-nightly.20201130-windows.zip", + "hash": "89dc285b8a77182a2c372188028a81c961eb778bf17b452f40974c2d189262a6" + } + }, + "pre_install": [ + "Expand-7zipArchive \"$dir\\xournalpp-$version-windows.exe\" -Removal", + "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse" + ], + "bin": [ [ "bin\\xournalpp.exe", "xournalpp-nightly" ] ], + "shortcuts": [ + [ + "bin\\xournalpp.exe", + "Xournal++ Nightly" + ] + ], + "notes": "Latest available dev nightly build. For regular releases use xournalpp from the main extras bucket", + "checkver": { + "url": "https://github.com/xournalpp/xournalpp/releases/tag/nightly", + "regex": "v\\d\\.\\d.\\d\\.dev-nightly\\.\\d\\d\\d\\d\\d\\d\\d\\d-windows\\.zip" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/xournalpp/xournalpp/releases/download/nightly/xournalpp-$version-windows.zip" + } + } + } +}