You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
455 B

4 years ago
class UmbrelDev < Formula
desc "Automatically initialize and manage an Umbrel development environment."
homepage "https://github.com/getumbrel/umbrel-dev"
url "https://github.com/getumbrel/umbrel-dev/archive/1.3.0.zip"
version "1.3.0"
sha256 "9b55639640ed2e008152dad72623994484aca8514c79efe63f7f2db877c8f1e9"
4 years ago
def install
prefix.install "umbrel-dev", "Vagrantfile", "docker-compose.override.yml"
4 years ago
bin.install "bin/umbrel-dev"
end
end