Add first app

This commit is contained in:
2026-04-19 22:02:36 -05:00
parent ce8d784053
commit 51f869f182

View File

@@ -4,8 +4,8 @@
class MyFirstBrew < Formula
desc ""
homepage ""
url "https://git.tesses.org/tesses50/my-first-brew/archive/v0.0.1.tar.gz"
sha256 "d962297724bb43248520b1e27f51f4eedd292ea222b59cd06077d42cdebcbf95"
url "https://git.tesses.org/tesses50/my-first-brew/archive/v0.0.2.tar.gz"
sha256 "34bde430901e526554c4be68298cf22beff7b0475b7d9ac863b0ba7ec01b3155"
license ""
# depends_on "cmake" => :build
@@ -21,8 +21,8 @@ class MyFirstBrew < Formula
# https://docs.brew.sh/rubydoc/Formula.html#std_configure_args-instance_method
#system "./configure", "--disable-silent-rules", *std_configure_args
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
# system "cmake", "--build", "build"
# system "cmake", "--install", "build"
end
test do