Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

jorsn/jorsn-gentoo-musl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jorsn-musl

My own musl overlay for gentoo in addition to the official one.

Here I place ebuilds that I use but that aren't accepted by gentoo package maintainers. Use at Your own risk – i cannot test ebuilds against all use flag combinations or architectures.

DEPRECATION WARNING (2019-05-04): As I have switched from Gentoo to NixOS, this is no longer maintained, and won't probably be in the near future.

Installation

You can either install the overlay via the repos.conf method or use layman.

repos.conf

Put a file like this in /etc/portage/repos.conf/jorsn-musl.conf:

[jorsn-musl]
location = <some-path>/jorsn-musl
sync-type = git
sync-uri = https://github.com/jorsn/jorsn-gentoo-musl.git
auto-sync = yes

Then, sync your portage tree:

$ emaint sync -r jorsn-musl

layman

Then, add the overlay to layman and sync:

$ layman -o https://raw.githubusercontent.com/jorsn/jorsn-gentoo-musl/master/jorsn-musl.xml -f -a jorsn-musl
$ emaint sync -r jorsn-musl

Releases

No releases published

Packages

No packages published

Languages