class Tessesframework < Formula desc "" homepage "" url "https://git.tesses.org/tesses50/tessesframework/archive/v0.0.3.tar.gz" sha256 "63227afb02891bf7771c2ac2b0e2f81eb3c8d70335599ce095fcf6ef6f8ec470" license "MIT" 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