diff --git a/README.md b/README.md index 942e49f..013e2e2 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/homebrew-tap/Casks/neon-vision-editor.rb b/homebrew-tap/Casks/neon-vision-editor.rb new file mode 100644 index 0000000..02b8438 --- /dev/null +++ b/homebrew-tap/Casks/neon-vision-editor.rb @@ -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 diff --git a/homebrew-tap/README.md b/homebrew-tap/README.md new file mode 100644 index 0000000..fdab4ad --- /dev/null +++ b/homebrew-tap/README.md @@ -0,0 +1,6 @@ +# h3pdesign/homebrew-tap + +```bash +brew tap h3pdesign/tap +brew install --cask neon-vision-editor +```