Skip to content

gentoo/dotnet

Repository files navigation

gentoo-dotnet old overlay

note that this overlay is community driven, any help is very welcome, since so it could be unstable

Build Status Gentoo discord server

Overlay Installation

Use the eselect repository module to enable this overlay (or repository):

  • eselect repository enable dotnet

Then sync either everything using emerge --sync or just this overlay using emaint -r dotnet sync. Finally add the following USE flags if relevant.

  • add DOTNET_TARGETS="net45 net40" to make.conf

Github way


Gentoo way

https://wiki.gentoo.org/wiki/Project:Dotnet git clone git+ssh://git@git.gentoo.org/repo/proj/dotnet.git git remote add gentoo-mirror https://github.com/gentoo-mirror/dotnet.git

https://gitweb.gentoo.org/repo/proj/dotnet.git/tree/

You push everything to git.gentoo.org, and then GH will be updated. The sync is one direction only, anything that happens on GH is overwritten. You can use app-portage/pram to merge PRs easily (see https://wiki.gentoo.org/wiki/GitHub_Pull_Requests ).