From d6727032376d9f58b9f3b9b4b3109c4898521ddd Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Thu, 25 Jun 2026 12:14:02 -0700 Subject: Add details to README for using the ebuild repo --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b6b97b3..67562a7 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.2.3