summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
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).