class Crosslang < Formula desc "" homepage "" url "https://git.tesses.org/tesses50/crosslang/archive/v0.0.7.tar.gz" sha256 "5dc35eafa6d6cbc2e19f3eca63eab70cf87b29f55b67aeb05d47b0cc4787f4c6" 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