Skip to content

Commit

Permalink
create a bucket for atom-ng (Alex313031/atom-ng)
Browse files Browse the repository at this point in the history
already tested on my own computer using `scoop install ".PATH\atom-ng.json` also i tested `scoop uninstall atom-ng` and they seem to be working
  • Loading branch information
souhaiebtar committed Jul 26, 2024
1 parent fc63ddd commit 5c2870f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bucket/atom-ng.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "1.66.12",
"description": "Atom-ng is a hackable text editor for the 21st century, built on Electron, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.",
"homepage": "https://thorium.rocks/atom-ng/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Alex313031/atom-ng/releases/download/v1.66.12/Atom-ng_win64_1.66.12_AVX.zip",
"hash": "AEB16537B0B504D2A9B34A8AE2284B4F010CA35154E2988909E2AE29573A9AAF",
"extract_dir": "Atom-ng_1.66.12_x64",
"bin": "atom-ng.exe"
}
}
}

0 comments on commit 5c2870f

Please sign in to comment.