commit: d8d7b0a1ef60b9bae3977149720390245e43203c Author: Heather <Heather <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Oct 17 06:37:47 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Sat Oct 17 06:37:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d8d7b0a1
note about nuget_src_unpack eclass/nuget.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/nuget.eclass b/eclass/nuget.eclass index c7a3da2..4356b88 100644 --- a/eclass/nuget.eclass +++ b/eclass/nuget.eclass @@ -66,7 +66,9 @@ else fi # @FUNCTION: nuget_src_unpack -# @DESCRIPTION: Runs nuget. +# @DESCRIPTION: my idea of nuget was following: +# 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() { default nuget install "${NPN}" -Version "${NPV}" -OutputDirectory "${P}"
