willeccles / cpm

🌵 A wrapper for package managers to make them consistent for those of us who are lazy.
MIT License
69 stars 13 forks source link

Add OpenBSD pkg_* #63

Closed swindlesmccoop closed 2 years ago

swindlesmccoop commented 2 years ago

Note on the name: using just pkg would be ambiguous, as FreeBSD has its own package manager called pkg that implements all of its functions into one program, meanwhile OpenBSD uses various different programs to perform tasks (e.g. pkg_info, pkg_add, etc).