depot: recipe for grep

Issue #2446
This commit is contained in:
Stefan Kalkowski 2017-10-23 11:01:40 +02:00 committed by Christian Helmuth
parent 61739de2f4
commit b6b775cd60
3 changed files with 17 additions and 0 deletions

View File

@ -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 $@

View File

@ -0,0 +1 @@
2017-11-02 83501f9da673711246af992404c2b0baa923ebe7

View File

@ -0,0 +1,4 @@
libc
noux
posix
pcre