diff --git a/repos/ports/recipes/src/diffutils/content.mk b/repos/ports/recipes/src/diffutils/content.mk new file mode 100644 index 0000000000..d91940941d --- /dev/null +++ b/repos/ports/recipes/src/diffutils/content.mk @@ -0,0 +1,12 @@ +content: src/noux-pkg/diffutils LICENSE + +PORT_DIR := $(call port_dir,$(REP_DIR)/ports/diffutils) + +src/noux-pkg/diffutils: + mkdir -p $@ + cp -a $(PORT_DIR)/src/noux-pkg/diffutils/* $@ + cp -a $(REP_DIR)/src/noux-pkg/diffutils/* $@ + +LICENSE: + cp $(PORT_DIR)/src/noux-pkg/diffutils/COPYING $@ + diff --git a/repos/ports/recipes/src/diffutils/hash b/repos/ports/recipes/src/diffutils/hash new file mode 100644 index 0000000000..6312ae567e --- /dev/null +++ b/repos/ports/recipes/src/diffutils/hash @@ -0,0 +1 @@ +2021-05-18 07e4009c3ccd31e0030270e309464c7f30133705 diff --git a/repos/ports/recipes/src/diffutils/used_apis b/repos/ports/recipes/src/diffutils/used_apis new file mode 100644 index 0000000000..737e3c26a5 --- /dev/null +++ b/repos/ports/recipes/src/diffutils/used_apis @@ -0,0 +1,3 @@ +libc +noux +posix