Add netdb recipe

This commit is contained in:
Jeremy Soller 2020-05-21 15:14:58 -06:00
parent 09e1d9848d
commit f2298c4de3
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -0,0 +1,8 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/netdb.git"
[build]
template = "custom"
script = """
cp -rv "${COOKBOOK_SOURCE}/"* "${COOKBOOK_STAGE}"
"""