This overlay contains:
- and ebuilds I added for fun
mkdir -p /var/overlays git clone https://github.com/apinsard/sapher-overlay.git /var/overlays/sapher cat > /etc/portage/repos.conf/sapher <<EOF [sapher] location = /var/overlays/sapher sync-type = git sync-uri = git://github.com/apinsard/sapher-overlay.git auto-sync = yes EOF
emerge -a layman echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf cat > /etc/layman/overlays/sapher.xml <<EOF <?xml version="1.0" ?> <repositories version="1.0"> <repo priority="50" quality="experimental" status="unoffical"> <name>sapher</name> <description>Pytony's Sapher overlay</description> <homepage>https://github.com/apinsard/sapher-overlay</homepage> <owner> <email>[email protected]</email> <name>Antoine Pinsard</name> </owner> <source type="git">git://github.com/apinsard/sapher-overlay.git</source> </repo> </repositories> EOF layman -f layman -a sapher
author: | Antoine Pinsard |
---|---|
contact: | [email protected] |
language: | English |
Contributing to this overlay by adding new ebuilds wouldn't make any sense since this is my overlay. :P However feel free to submit bug fixes / improvements.
To contribute bug reports for this overlay, you can open up a GitHub issue or send me a pull request.
If you are using ebuilds in this overlay as part of Funtoo Linux, please also file a new issue at bugs.funtoo.org.