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