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