diff --git a/qhull/.SRCINFO b/qhull/.SRCINFO new file mode 100644 index 0000000000..5df7d380ba --- /dev/null +++ b/qhull/.SRCINFO @@ -0,0 +1,13 @@ +pkgbase = qhull + pkgdesc = A general dimension code for computing convex hulls and related structures + pkgver = 2020.2 + pkgrel = 5 + url = http://www.qhull.org/ + arch = x86_64 + license = LicenseRef-qhull + makedepends = cmake + depends = glibc + source = http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz + sha256sums = b5c2d7eb833278881b952c8a52d20179eab87766b00b865000469a45c1838b7e + +pkgname = qhull diff --git a/qhull/.nvchecker.toml b/qhull/.nvchecker.toml new file mode 100644 index 0000000000..c430cff28d --- /dev/null +++ b/qhull/.nvchecker.toml @@ -0,0 +1,4 @@ +[qhull] +source = 'regex' +url = 'http://www.qhull.org/download/' +regex = 'qhull-([\d.]+)\.[a-z]'