mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
15 lines
455 B
Ruby
15 lines
455 B
Ruby
cask "fenix" do
|
|
version "2.0.0"
|
|
sha256 "f2155a6611c7048f0f3a94c06de6cfa4b2e6e5df05e1d68ed7c9aebf8786c1cf"
|
|
|
|
url "https://github.com/coreybutler/fenix/releases/download/v#{version}/fenix-osx-#{version}.zip",
|
|
verified: "github.com/coreybutler/fenix/"
|
|
name "Fenix"
|
|
desc "Simple and visual static web server with collaboration features"
|
|
homepage "http://fenixwebserver.com/"
|
|
|
|
container nested: "Fenix_#{version}.dmg"
|
|
|
|
app "Fenix.app"
|
|
end
|