Skip to content
Snippets Groups Projects
Commit 51bc5e0e authored by Paul Sajna's avatar Paul Sajna
Browse files

Add recipe for netdb

parent 25803c9a
No related branches found
No related tags found
1 merge request!111Add recipe for netdb
GIT=https://github.com/redox-os/netdb
function recipe_version {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
skip=1
}
function recipe_update {
echo "skipping update"
skip=1
}
function recipe_build {
echo "skipping build"
skip=1
}
function recipe_test {
echo "skipping test"
skip=1
}
function recipe_clean {
echo "skipping clean"
skip=1
}
function recipe_stage {
cp -r * ../stage/
skip=1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment