Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/overlay
my gentoo overlay
https://github.com/bolasblack/overlay
Last synced: 11 days ago
JSON representation
my gentoo overlay
- Host: GitHub
- URL: https://github.com/bolasblack/overlay
- Owner: bolasblack
- Created: 2014-09-04T04:17:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T14:23:05.000Z (about 8 years ago)
- Last Synced: 2024-11-10T03:36:32.310Z (2 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Portage Overlay
* net-misc/dnscrypt-wrapper: From https://github.com/Cofyc/portage-overlay/tree/master/net-misc/dnscrypt-wrapper (no longer maintained, [use docker instead](https://github.com/jedisct1/dnscrypt-server-docker))
* net-im/telegram-cli: From https://github.com/vysheng/tg/tree/master/gentoo/net-im/telegram-cli## Usage
```bash
mkdir -p /etc/portage/repos.conf
```Save content to `/etc/portage/repos.conf/c4605.conf`:
```conf
[c4605]
location = /usr/local/overlays/c4605
sync-type = git
sync-uri = https://github.com/bolasblack/overlay.git
auto-sync = yes
``````bash
emerge --sync
```