# Description: Computational Geometry Algorithms Library # URL: http://www.cgal.org/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: boost libgmp libmpfr eigen name=cgal version=5.5.2 release=1 source=(https://github.com/CGAL/cgal/releases/download/v$version/CGAL-$version.tar.xz) build () { cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -S CGAL-$version make -C build make -C build DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }