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
- Host: GitHub
- URL: https://github.com/swindlesmccoop/openbsd-ports
- Owner: swindlesmccoop
- Created: 2022-08-22T18:12:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T11:23:09.000Z (over 1 year ago)
- Last Synced: 2025-04-12T06:18:11.722Z (20 days ago)
- Topics: openbsd, openbsd-ports, openbsd-wip
- Language: Makefile
- Homepage:
- Size: 790 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```