feature/nuget #125
6 changed files with 53 additions and 1 deletions
3
dev-dotnet/nuget/Manifest
Normal file
3
dev-dotnet/nuget/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
AUX nuget 58 BLAKE2B 3dd6aeb030ae4614226a6284b9e4225596cd175465084cb442036f993279703dd3efba18f2f0f56e82f00ae51a9dbe59357d2869c5a2fcd6684694da72f8acb0 SHA512 6269983f8d3b08bea62dc6a1fd0ddf97671301a7f09cf557c7e2581bae096e0742b7f25d89a532d32cc68afe399456a8a5560297ea91c608fb56befc4355079e
|
||||||
|
DIST nuget-6.6.1.exe 7333336 BLAKE2B 30ec3c04f7748431deeddb95c4a313f6c849dd1d84b27d75b9fc248590cd688ef4266abacf9bf5f38236eb259320319c1523313bcbe462334dc62e6fdb2bea92 SHA512 b7d3c33bb9d06a124a91778ad982772b0acab1ac5c90f9104ef3745bccd2c36ddd7dcc7d02b9a7b8fdeb7f1898b5c23e7e0e7ec72595cdf83886cf146cd01578
|
||||||
|
EBUILD nuget-6.6.1.ebuild 597 BLAKE2B 964535abbf8ace4bea2cb6ad8a3b226bc6ad76a8deb0cb4ea4aafd7520a1a49af373a1d145e0964e93419464343ef797b9607743f2857067d9ed6a97acf7c90e SHA512 dc1c5bb7e965d51fb097f1def4ddc8a953cfa8675ae01da343dfb29f5fa7b32797a3432ce03980d4934d7c4ce1180f00cfc52fa1860414d08fff2378168a41bd
|
2
dev-dotnet/nuget/files/nuget
Normal file
2
dev-dotnet/nuget/files/nuget
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
mono --runtime=v4.5 /usr/lib/nuget/nuget.exe $*
|
28
dev-dotnet/nuget/nuget-6.6.1.ebuild
Normal file
28
dev-dotnet/nuget/nuget-6.6.1.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Copyright 1999-2023 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
# See https://dist.nuget.org/index.json for available versions
|
||||||
|
|
||||||
|
DESCRIPTION="Nuget - .NET Package Manager"
|
||||||
|
HOMEPAGE="https://www.nuget.org/"
|
||||||
|
SRC_URI="https://dist.nuget.org/win-x86-commandline/v${PV}/nuget.exe -> ${P}.exe"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-lang/mono"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
src_compile() { :; }
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
exeinto "/usr/bin"
|
||||||
|
doexe "${FILESDIR}/nuget"
|
||||||
|
insinto "/usr/lib/${PN}"
|
||||||
|
newins "${DISTDIR}/${P}.exe" "nuget.exe"
|
||||||
|
}
|
|
@ -12,7 +12,7 @@ SRC_URI+=" https://manuel.friedli.info/gentoo-overlay/cantarell-static-fonts-0.3
|
||||||
|
|
||||||
LICENSE="OFL-1.1"
|
LICENSE="OFL-1.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
IUSE="staticfont +variablefont"
|
IUSE="staticfont +variablefont"
|
||||||
REQUIRED_USE="|| ( staticfont variablefont )"
|
REQUIRED_USE="|| ( staticfont variablefont )"
|
||||||
|
|
||||||
|
|
9
metadata/md5-cache/dev-dotnet/nuget-6.3.1
Normal file
9
metadata/md5-cache/dev-dotnet/nuget-6.3.1
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
DEFINED_PHASES=compile install
|
||||||
|
DESCRIPTION=Nuget - .NET Package Manager
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://www.nuget.org/
|
||||||
|
KEYWORDS=~amd64 ~x86
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://dist.nuget.org/win-x86-commandline/v6.3.1/nuget.exe -> nuget-6.3.1.exe
|
||||||
|
_md5_=b518f9f648c7a596b0db7ab1efb1b2cf
|
10
metadata/md5-cache/dev-dotnet/nuget-6.6.1
Normal file
10
metadata/md5-cache/dev-dotnet/nuget-6.6.1
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
DEFINED_PHASES=compile install
|
||||||
|
DEPEND=dev-lang/mono
|
||||||
|
DESCRIPTION=Nuget - .NET Package Manager
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://www.nuget.org/
|
||||||
|
KEYWORDS=~amd64 ~x86
|
||||||
|
LICENSE=Apache-2.0
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://dist.nuget.org/win-x86-commandline/v6.6.1/nuget.exe -> nuget-6.6.1.exe
|
||||||
|
_md5_=ce506e3f49eaa92a4642b14ea7499ec8
|
Loading…
Reference in a new issue