Skip to content

Commit

Permalink
Add manifest for Positron
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jul 18, 2024
1 parent 735898f commit 865609e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This repos contains some manifests I use to quickly install and update some appl
- [Preview versions](#preview-versions)
- [Released versions](#released-versions)
- [Branched versions](#branched-versions)
- [Positron](#positron)
- [TinyTeX - Tex Live distribution](#tinytex---tex-live-distribution)
- [R](#r)
- [R devel](#r-devel)
Expand Down Expand Up @@ -61,6 +62,23 @@ Synced from https://dailies.rstudio.com/rstudio/
* `rstudio-2022.02`: RStudio 2022.02 (installer-less) - Last available version for Prairie Trillium branch
* `rstudio-2022.06`: RStudio 2022.06 (installer-less) - Last available version for Spotted Wakerobin branch

### Positron

Positron (<https://github.com/posit-dev/positron>) is :

- a next-generation data science IDE built by Posit PBC
- An extensible, polyglot tool for writing code and exploring data
- A familiar environment for reproducible authoring and publishing

> [!IMPORTANT]
> Positron is an early stage project under active development and may [not yet be a good fit for you](https://github.com/posit-dev/positron/wiki#is-positron-for-me) !
Positron is only available as pre-release build and this buckets contains a manifest for

````powershell
scoop install positron
````

### TinyTeX - Tex Live distribution
> Experimental - this could still change
Expand Down
25 changes: 25 additions & 0 deletions bucket/positron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "2024.07.0-67",
"description": "Positron, a next-generation data science IDE.",
"homepage": "https://github.com/posit-dev/positron",
"license": "Elastic-2.0",
"url": "https://github.com/posit-dev/positron/releases/download/2024.07.0-67/Positron-2024.07.0-67-Setup.exe",
"hash": "13fec64b6ca94908c625015ce6499b5e1d02c7f249c6ae5f5ce3cd15730a7cf8",
"innosetup": true,
"extract_dir": "{code_GetDestDir}",
"bin": "Positron.exe",
"checkver": {
"url": "https://github.com/posit-dev/positron/releases.atom",
"xpath": ".//entry/title"
},
"autoupdate": {
"url": "https://github.com/posit-dev/positron/releases/download/$version/Positron-$version-Setup.exe",
"hash": {
"mode": "download"
}
},
"notes": [
"Please review Positron's license agreement (https://github.com/posit-dev/positron?tab=License-1-ov-file#readme).",
"Your acceptance of this license agreement is required as a condition to proceeding with your use of the software."
]
}

0 comments on commit 865609e

Please sign in to comment.