Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gentoo/dotnet
[MIRROR] Newer mono, .NET languages, and libraries
https://github.com/gentoo/dotnet
ebuild-repository hacktoberfest
Last synced: about 2 months ago
JSON representation
[MIRROR] Newer mono, .NET languages, and libraries
- Host: GitHub
- URL: https://github.com/gentoo/dotnet
- Owner: gentoo
- Created: 2013-09-23T12:43:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T13:52:35.000Z (about 1 year ago)
- Last Synced: 2024-05-08T20:28:49.460Z (8 months ago)
- Topics: ebuild-repository, hacktoberfest
- Language: Shell
- Homepage: https://gitweb.gentoo.org/repo/proj/dotnet.git
- Size: 2.46 MB
- Stars: 79
- Watchers: 46
- Forks: 57
- Open Issues: 102
-
Metadata Files:
- Readme: readme.md
- License: licenses/MS-PL
Awesome Lists containing this project
README
gentoo-dotnet old overlay
==============================note that this overlay is community driven, any help is very welcome, since so it could be unstable
[![Build Status](https://travis-ci.com/gentoo/dotnet.svg?branch=master)](https://travis-ci.com/gentoo/dotnet)
[![Gentoo discord server](https://img.shields.io/discord/249111029668249601.svg?style=flat-square&label=Gentoo%20Linux)](https://discord.gg/Gentoo)Overlay Installation
--------------------Use the [eselect repository module](https://wiki.gentoo.org/wiki/Eselect/Repository)
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
--------------------- Join #gentoo-dotnet channel on Freenode
- Open issues here https://github.com/gentoo/dotnet
- Try to fix upstream issues
- Fork & Contribute & Pull Request
- Add [email protected] to Watching on https://bugs.gentoo.org/userprefs.cgi?tab=email
- Open requests on https://bugs.gentoo.org with solutions from this overlay- some unofficial docs: http://arsenshnurkov.github.io/gentoo-mono-handbook/index.htm
Gentoo way
--------------------https://wiki.gentoo.org/wiki/Project:Dotnet
git clone git+ssh://[email protected]/repo/proj/dotnet.git
git remote add gentoo-mirror https://github.com/gentoo-mirror/dotnet.githttps://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](https://packages.gentoo.org/packages/app-portage/pram) to merge PRs easily
(see https://wiki.gentoo.org/wiki/GitHub_Pull_Requests ).