README.md (view raw)
1# openbsd ports collection
2
3here are personal and work-in-progress ports for openbsd. note that they could be
4untested or broken, use on your own risk.
5
6## installation
7
8make sure your port build user is in `wsrc` group.
9
10```
11# umask 002; mkdir /usr/ports-laninpre
12# chgrp wsrc /usr/ports-laninpre
13# echo PORTSDIR_PATH=/usr/ports:/usr/ports/mystuff:/usr/ports-laninpre >> /etc/mk.conf
14# exit
15
16$ git clone https://git.aaoth.xyz/ports.git /usr/ports-laninpre
17$ cd /usr/ports-laninpre
18$ ...
19```
20
21## contact
22
23`aaoth at aaoth dot xyz`