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