mirror of
https://github.com/h3pdesign/Neon-Vision-Editor
synced 2026-04-21 13:27:16 +00:00
Add neon-vision-editor cask
This commit is contained in:
parent
d59a90aeeb
commit
858bc6aba6
3 changed files with 19 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ brew tap h3pdesign/tap
|
|||
brew install --cask neon-vision-editor
|
||||
```
|
||||
|
||||
Tap repository: [h3pdesign/homebrew-tap](https://github.com/h3pdesign/homebrew-tap)
|
||||
|
||||
If Homebrew asks for an admin password, it is usually because casks install into `/Applications`.
|
||||
Use this to avoid that:
|
||||
|
||||
|
|
|
|||
11
homebrew-tap/Casks/neon-vision-editor.rb
Normal file
11
homebrew-tap/Casks/neon-vision-editor.rb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
cask "neon-vision-editor" do
|
||||
version "0.4.2-beta"
|
||||
sha256 "aa832ffecd207ebd869ac16d61e3cd3d741eda051f2456ee5a7215e46fed8431"
|
||||
|
||||
url "https://github.com/h3pdesign/Neon-Vision-Editor/releases/download/v#{version}/Neon.Vision.Editor.app.zip"
|
||||
name "Neon Vision Editor"
|
||||
desc "Lightweight, modern editor focused on speed and readability"
|
||||
homepage "https://github.com/h3pdesign/Neon-Vision-Editor"
|
||||
|
||||
app "Neon Vision Editor.app"
|
||||
end
|
||||
6
homebrew-tap/README.md
Normal file
6
homebrew-tap/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# h3pdesign/homebrew-tap
|
||||
|
||||
```bash
|
||||
brew tap h3pdesign/tap
|
||||
brew install --cask neon-vision-editor
|
||||
```
|
||||
Loading…
Reference in a new issue