portage/README.md

37 lines
534 B
Markdown
Raw Normal View History

2021-09-23 09:29:07 +02:00
# xwing-overlay
This is my personal overlay
Stuf I need, stuff I test…
## Install
### Manually
```
$ cat <<EOF > /etc/portage/repos.conf/xwing.conf
[xwing]
priority = 50
location = /var/db/repos/xwing
sync-type = rsync
sync-uri = rsync://gentoo.xwing.info/xwing-overlay
auto-sync = yes
EOF
```
### With layman
```
$ layman -a xwing
```
### Clone
You can clone the repository, BUT:
* it comes with the binary distfiles (LFS) you do not need
* it has no metadata
```
$ git clone https://git.xwing.info/casta/portage.git
```