all repos — ports @ de1577bc60c1d3014117c007972b6c5e7771d0c3

collection of ports for openbsd

readme: add installation instructions
la-ninpre leobrekalini@gmail.com
Wed, 03 Aug 2022 10:56:11 +0300
commit

de1577bc60c1d3014117c007972b6c5e7771d0c3

parent

28b8b491affa0c31bc70f5b6ab89d0a909656c20

1 files changed, 15 insertions(+), 0 deletions(-)

jump to
M README.mdREADME.md

@@ -3,6 +3,21 @@

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`