aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e0aef2c5212d780441ba3ab6de07edd4ad8305b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# openbsd ports collection

here are personal and work-in-progress ports for openbsd. note that they could be
untested or broken, use on your own risk.

## installation

make sure your port build user is in `wsrc` group.

```
# umask 002; mkdir /usr/ports-laninpre
# chgrp wsrc /usr/ports-laninpre
# echo PORTSDIR_PATH=/usr/ports:/usr/ports/mystuff:/usr/ports-laninpre >> /etc/mk.conf
# exit

$ git clone https://git.aaoth.xyz/ports.git /usr/ports-laninpre
$ cd /usr/ports-laninpre
$ ...
```

## contact

`aaoth at aaoth dot xyz`