diff --git a/repos/ports/recipes/src/grep/content.mk b/repos/ports/recipes/src/grep/content.mk new file mode 100644 index 000000000..1a59f9c34 --- /dev/null +++ b/repos/ports/recipes/src/grep/content.mk @@ -0,0 +1,12 @@ +content: src/noux-pkg/grep LICENSE + +PORT_DIR := $(call port_dir,$(REP_DIR)/ports/grep) + +src/noux-pkg/grep: + mkdir -p $@ + cp -a $(PORT_DIR)/src/noux-pkg/grep/* $@ + cp -a $(REP_DIR)/src/noux-pkg/grep/* $@ + +LICENSE: + cp $(PORT_DIR)/src/noux-pkg/grep/COPYING $@ + diff --git a/repos/ports/recipes/src/grep/hash b/repos/ports/recipes/src/grep/hash new file mode 100644 index 000000000..79e58f3d8 --- /dev/null +++ b/repos/ports/recipes/src/grep/hash @@ -0,0 +1 @@ +2017-11-02 83501f9da673711246af992404c2b0baa923ebe7 diff --git a/repos/ports/recipes/src/grep/used_apis b/repos/ports/recipes/src/grep/used_apis new file mode 100644 index 000000000..f59356a97 --- /dev/null +++ b/repos/ports/recipes/src/grep/used_apis @@ -0,0 +1,4 @@ +libc +noux +posix +pcre