diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ eselect repository add csobczak git https://git.sobczak.family/csobczak.ebuild emaint -r csobczak sync # this is the same as emerge --sync csobczak ``` +Since this repository is using [cgit](https://git.zx2c4.com/cgit/) with dumb http, +add `sync-depth=0` to your `/etc/portage/repos.conf/eselect-repo.conf` file: +``` +[csobczak] +location = /var/db/repos/csobczak +sync-type = git +sync-depth = 0 +sync-uri = https://git.sobczak.family/csobczak.ebuild +``` + Then you can verify that the packages it provides are available by using [eix](https://wiki.gentoo.org/wiki/Eix), for example `dwl`: ``` eix slstatus |
