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