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.2.1.zip"
version "1.2.1"
sha256 "f2aeabf02180a9e0f6b87509f0cab38327514f2f397866431b3eb16c97daf784"
4 years ago
def install
prefix.install "umbrel-dev", "Vagrantfile", "docker-compose.override.yml"
4 years ago
bin.install "bin/umbrel-dev"
end
end