dev-dotnet/aspnetwebstack - 2014.10.27 (shnurise)

Search

Install

Install this version:

emerge -a =dev-dotnet/aspnetwebstack-2014.10.27

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-dotnet/aspnetwebstack-2014.10.27

Or alternatively:

emerge --autounmask-write -a =dev-dotnet/aspnetwebstack-2014.10.27

Package Information

Description:
Mono copy of the Microsoft ASP.NET Web Stack (MVC, Razor etc)
Homepage:
https://github.com/martinjt/aspnetwebstack
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2014.10.27 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"
inherit dotnet

DESCRIPTION="Mono copy of the Microsoft ASP.NET Web Stack (MVC, Razor etc)"
HOMEPAGE="https://github.com/martinjt/aspnetwebstack"
SRC_URI="https://github.com/ArsenShnurkov/aspnetwebstack/archive/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#IUSE=""

RDEPEND="dev-lang/mono
	dev-dotnet/xsp
	"
DEPEND="${RDEPEND}
	dev-util/intltool
	virtual/pkgconfig
	sys-devel/gettext
	x11-misc/shared-mime-info
	x11-terms/xterm
	"

S="${WORKDIR}/${PN}-${P}"

src_configure() {
	./configure
}

Inherited Eclasses

Dependencies

DEPEND

dev-lang/mono
	dev-dotnet/xsp
	
	dev-util/intltool
	virtual/pkgconfig
	sys-devel/gettext
	x11-misc/shared-mime-info
	x11-terms/xterm
	

RDEPEND

dev-lang/mono
	dev-dotnet/xsp
	

Manifest for 2014.10.27

Type File Size Source URLs
DIST aspnetwebstack-2014.10.27.tar.gz 3634936 bytes https://github.com/ArsenShnurkov/aspnetwebstack/archive/aspnetwebstack-2014.10.27.tar.gz