Add ebuild for nuget
This commit is contained in:
		
							parent
							
								
									56cb2c9076
								
							
						
					
					
						commit
						9c6a0722cf
					
				
					 4 changed files with 40 additions and 0 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.3.1.exe 7042480 BLAKE2B e14f2ac49479c18742e7f0dc3f92fd9655ba1b6e79540c2a5049510bda449d2dde65a10130be8de5735bbc21a52428f6857d671e6375342ed4bb34f4fa2c881e SHA512 340226b197e0a6e88eaab920fee7425f5fe530ef98960308692a7a211960c051b487f9f497c5b86e46c35f0a7706def41bd9816e05b9b5439932480aa55bd75e | ||||||
|  | EBUILD nuget-6.3.1.ebuild 573 BLAKE2B 850c04900efd0e05d955fa1463e5965dcdaff6fc65d7e84bf8c7d2d4f6c2dc2f2625cf10dd3774103f19c195f83f0d8ce581b4df926658dd8d72ddebdb9ec0f0 SHA512 f3e853120fd15ae66a5424cb18fb15f3c4eb5471fdc54eebdb02cb32dcdf7053a6d211de9817806aa4814d04f9ce988f4dd1a325176624c44d49b38a02eab465 | ||||||
							
								
								
									
										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 $* | ||||||
							
								
								
									
										26
									
								
								dev-dotnet/nuget/nuget-6.3.1.ebuild
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								dev-dotnet/nuget/nuget-6.3.1.ebuild
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,26 @@ | ||||||
|  | # Copyright 1999-2022 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="" | ||||||
|  | 
 | ||||||
|  | S="${WORKDIR}" | ||||||
|  | 
 | ||||||
|  | src_compile() { :; } | ||||||
|  | 
 | ||||||
|  | src_install() { | ||||||
|  | 	exeinto "/usr/bin" | ||||||
|  | 	doexe "${FILESDIR}/nuget" | ||||||
|  | 	insinto "/usr/lib/${PN}" | ||||||
|  | 	newins "${DISTDIR}/${P}.exe" "nuget.exe" | ||||||
|  | } | ||||||
							
								
								
									
										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 | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue