Skip to content

Commit

Permalink
[Automated commit] push version-specific brew formula for val3dity ve…
Browse files Browse the repository at this point in the history
…rsion 2.5.1
  • Loading branch information
actions-user committed Oct 2, 2024
1 parent 34c56da commit 5b63f13
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
class Val3dityAT251 < Formula
desc "Validation of 3D geometric primitives according to ISO19107"
homepage "https://github.com/tudelft3d/val3dity"
url "https://github.com/tudelft3d/val3dity/archive/2.5.1.tar.gz"
sha256 "e453d445600af85f2a0eac794107bb3508fc5bb1d9105ef9bfce949f0ad04219"

depends_on "cmake" => :build
depends_on "cgal"
depends_on "geos"

def install
system "cmake", ".", *std_cmake_args
system "make", "install"
end

test do
# `test do` will create, run in and delete a temporary directory.
#
# This test will fail and we won't accept that! For Homebrew/homebrew-core
# this will need to be a test that verifies the functionality of the
# software. Run the test with `brew test val3dity`. Options passed
# to `brew install` such as `--HEAD` also need to be provided to `brew test`.
#
# The installed folder is not in the path, so use the entire path to any
# executables being tested: `system "#{bin}/program", "do", "something"`.
system "false"
end
end

0 comments on commit 5b63f13

Please sign in to comment.