diff --git a/pkgs/ghpc/Makefile b/pkgs/ghpc/Makefile new file mode 100644 index 0000000..9dfc5b0 --- /dev/null +++ b/pkgs/ghpc/Makefile @@ -0,0 +1,15 @@ +VERSION ?= 1.31.0 +NAME = ghpc + +SOURCE = https://github.com/GoogleCloudPlatform/hpc-toolkit/archive/refs/tags/v$(VERSION).tar.gz + +include $(shell git rev-parse --show-toplevel)/pkgs/build.mk + +configure: + echo "Nothing to configure" + +build: + $(MAKE) ghpc + +install: + cp ./ghpc $(DESTDIR) \ No newline at end of file