Game of Trees should be installed on OpenBSD -current with:
pkg_add got
Alternatively, compile the devel/got port:
cd /usr/ports/devel/got
make
make SUDO=doas install
make test
The installation includes:
- The got command line interface
- The tog repository browser
- Several manual pages
- Helper programs in the /usr/local/libexec directory:
- got-read-blob,
got-read-commit,
got-read-object,
got-read-pack,
got-read-tag,
got-read-tree
As a post-installation step the GOT_AUTHOR environment
variable should be set:
export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd.org>'