New build_style: go

This commit is contained in:
Dominik Honnef 2015-02-21 13:38:37 +01:00
parent 632a3e8e91
commit 77e8751a93
5 changed files with 66 additions and 38 deletions

View file

@ -0,0 +1,5 @@
hostmakedepends+=" go"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" go-cross-linux"
fi
nostrip=yes