mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Add Electron GUI and packaging scripts
This commit is contained in:
15
packaging/homebrew/voxvera.rb
Normal file
15
packaging/homebrew/voxvera.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
class Voxvera < Formula
|
||||
desc "Generate QR-coded flyers"
|
||||
homepage "https://github.com/PR0M3TH3AN/VoxVera"
|
||||
url "https://github.com/PR0M3TH3AN/VoxVera/releases/latest/download/voxvera"
|
||||
version "0.1.0"
|
||||
sha256 "<insert-sha256>"
|
||||
|
||||
def install
|
||||
bin.install "voxvera"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/voxvera", "--help"
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user