Push crosslang=v0.0.4
This commit is contained in:
17
Formula/crosslang.rb
Normal file
17
Formula/crosslang.rb
Normal file
@@ -0,0 +1,17 @@
|
||||
class Crosslang < Formula
|
||||
desc ""
|
||||
homepage ""
|
||||
url "https://git.tesses.org/tesses50/crosslang/archive/v0.0.4.tar.gz"
|
||||
sha256 "170b7c4cee235de4aa858be345f4fea07ae455efab18e585cd9625944b237e64"
|
||||
license "GPLv3"
|
||||
depends_on "cmake" => :build
|
||||
depends_on "tessesframework"
|
||||
def install
|
||||
system "cmake", "-S", ".", "-B", "build", "-DCROSSLANG_FETCHCONTENT=OFF", *std_cmake_args
|
||||
system "cmake", "--build", "build"
|
||||
system "cmake", "--install", "build"
|
||||
end
|
||||
test do
|
||||
system "true"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user