diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-25 12:14:02 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-25 12:14:02 -0700 |
| commit | d6727032376d9f58b9f3b9b4b3109c4898521ddd (patch) | |
| tree | 1b66a471d2bd3cf6bafbbe3d001d1c93de3f68f0 /README.md | |
| parent | 9ec249f0e873c8c7d1a4eba097b8ce185cf842a8 (diff) | |
Add details to README for using the ebuild repo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ # csobczak gentoo ebuild repository +To use this repository, add it to portate and then sync it: +``` +eselect repository add csobczak git https://codeberg.org/csobczak/csobczak.ebuild +emaint -r csobczak sync # this is the same as emerge --sync csobczak +``` + +Then you can verify that the packages it provides are available by searching for them, for example `dwl`: +``` +emerge --search dwl +``` +And you should see the listing from `csobczak`. + +You can add these packages to your sets with the `::csobczak` suffix. For example, dwl in my `@wm` set: +``` +gui-wm/dwl::csobczak +``` + My custom ebuilds. Based on [Gentoo Ebuilds](https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds) guide. Also guide to [creating a repository](https://wiki.gentoo.org/wiki/Creating_an_ebuild_repository) and [this](https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/CustomTree#Defining_a_custom_ebuild_repository). |
