class Crosslang < Formula desc "" homepage "" url "https://git.tesses.org/tesses50/crosslang/archive/v0.0.4.tar.gz" sha256 "9b0a9c84ff14319655918171d84a7a9e1a7b1793f3b959b2c75016920bde5cd8" license "GPLv3" depends_on "cmake" => :build depends_on "tesses50/tesses-tap/tessesframework" def install system "cmake", "-S", ".", "-B", "build", "-DCROSSLANG_FETCHCONTENT=OFF", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end test do system "true" end end