class Swiftmetamodelgenerator < Formula desc "A swift meta model generator" homepage "https://thecodelabs.de/tobias/SwiftMetaModelGenerator" url "https://thecodelabs.de/tobias/SwiftMetaModelGenerator/-/archive/1.4.2/SwiftMetaModelGenerator-1.4.2.zip" version "1.4.2" sha256 "ace45add3b08e825a8a333a801eb24a78e48f86fef5390b7f3f42b6b2692a983" license "MIT" depends_on xcode: ["12.0", :build] depends_on xcode: "12.0" def install system "swift", "build", "--disable-sandbox", "--configuration", "release" bin.install ".build/release/swiftmetamodelgenerator" end end