wip/gnunet-go: Add README, use right variable for go113

This commit is contained in:
ng0 2019-12-13 14:07:08 +00:00
parent de1c74379d
commit be1f03421f
2 changed files with 5 additions and 1 deletions

View File

@ -13,8 +13,8 @@ HOMEPAGE= https://git.gnunet.org/gnunet-go.git/
COMMENT= GNUnet implementation in Go
LICENSE= gnu-agpl-v3
GO_VERSION_DEFAULT= 113
.include "../../mk/bsd.prefs.mk"
GO_DEFAULT_VERSION= go113
GO_SRCPATH= gnunet
GO_DIST_BASE= gnunet-go/src/*

4
gnunet-go/README Normal file
View File

@ -0,0 +1,4 @@
This package is WIP. It currently fails to build and exists to
aid packaging once gnunet-go reaches a state mature enough to
be considered release-worthy. Other issues (namespaces etc)
will be addressed in time as well.