summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-12 13:15:10 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-12 13:15:10 -0700
commitf02ddab141118cd790668ada595e7620ce60fb05 (patch)
tree8002d03bc4f02a2549b56783bee19fef7b4edc0f /README.md
parent93846d352a2a3860c799e0f52d209de5dd4e805f (diff)
Improve README and transition to cgit repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 16 insertions, 13 deletions
diff --git a/README.md b/README.md
index e1b38af..47aa993 100644
--- a/README.md
+++ b/README.md
@@ -2,29 +2,32 @@
To use this repository, add it to portate and then sync it:
```
-eselect repository add csobczak git https://codeberg.org/csobczak/csobczak.ebuild
+eselect repository add csobczak git git://git.sobczak.family/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`:
+Then you can verify that the packages it provides are available by using [eix](https://wiki.gentoo.org/wiki/Eix), for example `dwl`:
```
-emerge --search dwl
+eix slstatus
```
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:
+You can add these packages to your [sets](https://wiki.gentoo.org/wiki/Package_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.
+Packages included:
+- [dwl](https://git.sobczak.family/dwl/)
+- [slstatus](https://git.sobczak.family/slstatus/)
-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).
-
-I plan to include the following packages:
-- [dwl](https://codeberg.org/csobczak/dwl)
-- [slstatus](https://codeberg.org/csobczak/slstatus)
+Packages I plan to include:
- [slk](https://github.com/gammons/slk)
-- sfeed
-- passmenu-wmenu?
-- blang
+- [sfeed](https://codemadness.org/sfeed-simple-feed-parser.html)
+- [passmenu-wmenu](https://github.com/filiprojek/passmenu-wmenu)
+- [blang](https://www.stat.ubc.ca/~bouchard/blang/)
+
+## ebuild reference documents:
+- [Gentoo Ebuilds](https://wiki.gentoo.org/wiki/Basic_guide_to_write_Gentoo_Ebuilds)
+- [Creating a repository](https://wiki.gentoo.org/wiki/Creating_an_ebuild_repository)
+- [Custom ebuild repository](https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/CustomTree#Defining_a_custom_ebuild_repository).