class Tessesframework < Formula desc "" homepage "" url "https://git.tesses.org/tesses50/tessesframework/archive/v0.0.6.tar.gz" sha256 "bf2f488f32d0b946380036f0e72bc7f4f8b7b877b254b527958ec781632465fc" license "GPLv3" depends_on "cmake" => :build depends_on "mbedtls@3" def install system "cmake", "-S", ".", "-B", "build", "-DTESSESFRAMEWORK_FETCHCONTENT=OFF", *std_cmake_args system "cmake", "--build", "build" system "cmake", "--install", "build" end test do system "true" end end