portzap/README.md
2024-04-02 00:04:19 -03:00

1.2 KiB

About

portzap is a utility that manages a local copy of the hardenedbsd ports tree.

Examples

CLI

# Clone the hardenedbsd ports tree into /home/_portzap/ports/.
$ portzap clone

# Pull updates into /home/_portzap/ports/.
$ portzap pull

# Install /home/_portzap/ports/ into /usr/ports/.
# portzap install

# Add the portzap user, group and home directory.
# portzap adduser

ENVIRONMENT VARIABLES

Install

$ git clone https://github.com/0x1eef/portzap.git
$ cd portzap
# cp -R bin /usr/local/
# cp -R libexec /usr/local/
# portzap adduser
# pw groupmod -n _portzap -m <user>

Sources

License

BSD Zero Clause.
See LICENSE.