Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefantalpalaru/gentoo-overlay
Gentoo overlay
https://github.com/stefantalpalaru/gentoo-overlay
Last synced: 3 months ago
JSON representation
Gentoo overlay
- Host: GitHub
- URL: https://github.com/stefantalpalaru/gentoo-overlay
- Owner: stefantalpalaru
- License: gpl-2.0
- Created: 2014-03-30T20:51:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T08:41:49.000Z (7 months ago)
- Last Synced: 2024-04-13T22:08:34.615Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 6.69 MB
- Stars: 43
- Watchers: 12
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gentoo-overlay
Ștefan Talpalaru's personal Gentoo Linux overlay.
## Installing
This overlay is available in the official Gentoo list. Add it with:
```bash
eselect repository enable stefantalpalaru guru
emaint sync
```## Counting packages
`ls -Fd */* | grep '/$' | grep -Ev '^(profiles|metadata|acct-)' | wc -l`