dev-dotnet/system-runtime-compilerservices-unsafe - 4.5.2 (shnurise)

Search

Install

Install this version:

emerge -a =dev-dotnet/system-runtime-compilerservices-unsafe-4.5.2

Package Information

Description:
low-level functionality for manipulating pointers
Homepage:
https://github.com/dotnet/runtime
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.5.2 7 amd64 4.5.2
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
SLOT="4.5.2"
KEYWORDS="amd64"
RESTRICT="mirror"

USE_DOTNET="net45"
IUSE="+${USE_DOTNET}"

inherit dotnet
inherit mono-pkg-config

HOMEPAGE="https://github.com/dotnet/runtime"
DESCRIPTION="low-level functionality for manipulating pointers"
LICENSE="MIT" # https://github.com/dotnet/runtime/blob/master/LICENSE.TXT
S="${WORKDIR}"

src_compile() {
	:;
}

src_install() {
	einstall_pc_file "System.Runtime.CompilerServices.Unsafe" "${SLOT}" "/usr/lib/mono/4.5/System.Runtime.CompilerServices.Unsafe.dll"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-dotnet/system-runtime-compilerservices-unsafe | euse -E <flag> -p dev-dotnet/system-runtime-compilerservices-unsafe | euse -D <flag> -p dev-dotnet/system-runtime-compilerservices-unsafe

Global/Standard Flags

net45
Default: Enabled (+)

Inherited Eclasses