An open API service indexing awesome lists of open source software.

https://github.com/swindlesmccoop/openbsd-ports

The /usr/ports/mystuff directory of the OpenBSD ports tree
https://github.com/swindlesmccoop/openbsd-ports

openbsd openbsd-ports openbsd-wip

Last synced: 20 days ago
JSON representation

The /usr/ports/mystuff directory of the OpenBSD ports tree

Awesome Lists containing this project

README

        

# Usage
[Set up the ports tree](https://www.openbsd.org/faq/ports/ports.html#PortsFetch)
```
git clone https://git.cbps.xyz/swindlesmccoop/openbsd-ports/
doas cp -r openbsd-ports/* /usr/ports/mystuff/
cd /usr/ports/mystuff/[package]
su
make
```