class Tessesframework < Formula desc "" homepage "" url "https://git.tesses.org/tesses50/tessesframework/archive/v0.0.7.tar.gz" sha256 "8f5edfdde9d42af72894a9fc920f9842a8bda9c95f2ef5cc7c5921e206ace291" 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