diff --git a/recipes/cmake/Makefile b/recipes/cmake/Makefile new file mode 100644 index 0000000..4b313cb --- /dev/null +++ b/recipes/cmake/Makefile @@ -0,0 +1,9 @@ +name = cmake +version = 3.20.0 +URL = https://github.com/Kitware/CMake/releases/download/v$(version)/cmake-$(version).tar.gz + +# Force configure options, since it doesn't allow invalid options. +CONFIGURE_OPTIONS = --prefix=$(PREFIX) + +SYSCONF ?= ../../ +include $(SYSCONF)/package.mk