Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dr-terrible/fonts-overlay
This Portage overlay is for fontset related ebuilds.
https://github.com/dr-terrible/fonts-overlay
ebuilds layman overlay portage
Last synced: 25 days ago
JSON representation
This Portage overlay is for fontset related ebuilds.
- Host: GitHub
- URL: https://github.com/dr-terrible/fonts-overlay
- Owner: Dr-Terrible
- License: gpl-2.0
- Created: 2015-04-07T08:34:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T17:17:10.000Z (about 3 years ago)
- Last Synced: 2023-03-24T11:07:05.242Z (over 1 year ago)
- Topics: ebuilds, layman, overlay, portage
- Language: Shell
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fonts Overlay
[![Build Status](https://travis-ci.org/Dr-Terrible/fonts-overlay.png)](https://travis-ci.org/Dr-Terrible/fonts-overlay)
This overlay offers fontsets related ebuilds.
### Installing the overlay
In order to manage the overlay, the package **app-portage/layman** must be installed into your environment:
```
emerge -av app-portage/layman
```If the installation of _layman_ was successfully completed, then you are ready to add this overlay by fetching its remote list as showed below:
```
wget -q -O /etc/layman/overlays/fonts-overlay.xml https://raw.github.com/Dr-Terrible/fonts-overlay/master/overlay.xml
```At this point you can execute:
```
layman -Lk
layman -a fonts-overlay
```### Updating the overlay
Keep the overlay up to date with:
```
layman -s fonts-overlay
```### Removing the overlay
The process of removing this overlay from your Gentoo environment is quite straightforward:
```
layman -d fonts-overlay
rm -r /etc/layman/overlays/fonts-overlay.xml
```## Contributing
This overlay is still under development. Feedbacks and pull requests are very welcome and I encourage you to use the [issues list](https://github.com/Dr-Terrible/fonts-overlay/issues) on GitHub to provide your contributions.
I rarely reject pull requests.