# cgit port for openbsd this is slightly tweaked version of cgit for my personal usage. ## build instructions make sure your user is in `wsrc` group. checkout the ports tree to `/usr/ports` (see [openbsd porter's handbook][1]). [1]:https://www.openbsd.org/faq/ports/ports.html#PortsFetch in `/usr/ports` run the git clone: ``` git clone https://git.aaoth.xyz/cgit-port.git ``` this should replace cgit with this version. cd into `www/cgit` and run: ``` make && doas make install ``` see `/usr/local/share/doc/pkg-readmes/cgit` for further instructions.