diff options
Diffstat (limited to 'eclass/nuget.eclass')
-rw-r--r-- | eclass/nuget.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/nuget.eclass b/eclass/nuget.eclass index 4356b88..1561fd6 100644 --- a/eclass/nuget.eclass +++ b/eclass/nuget.eclass @@ -5,7 +5,9 @@ # @ECLASS: nuget.eclass # @MAINTAINER: cynede@gentoo.org # @BLURB: Common functionality for nuget apps -# @DESCRIPTION: Common functionality needed by fake build system. +# @DESCRIPTION: my idea of nuget was following: +# introduce nuget IUSE flag for packages that are on nuget to download them from nuget. (if sources fails with some reason or dependies is complicated or if user just want binaries). +# or maybe even introduce few packages that just downloads and instulls from nuget, reason is obviously - easy maintaince inherit dotnet @@ -66,7 +68,7 @@ else fi # @FUNCTION: nuget_src_unpack -# @DESCRIPTION: my idea of nuget was following: +# @DESCRIPTION: Runs nuget # Here is usage example where nuget is alternative way: https://github.com/gentoo/dotnet/blob/master/dev-dotnet/fake # Src_compile does nothing and src_install just installs sources from nuget_src_unpack nuget_src_unpack() { |