From 3336a02bab74b1908c137daff309a14a98c0fe2a Mon Sep 17 00:00:00 2001 From: Janne Johansson Date: Wed, 10 Nov 2021 17:59:53 +0100 Subject: [PATCH] Add OpenBSD instructions (#1508) --- site/content/docs/Installation/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/site/content/docs/Installation/_index.md b/site/content/docs/Installation/_index.md index 978cbc6ba..93e02c03c 100644 --- a/site/content/docs/Installation/_index.md +++ b/site/content/docs/Installation/_index.md @@ -22,6 +22,7 @@ The following installation options are available: * [Arch Linux/Manjaro (AUR)](#linux-installation-using-aur-arch-manjaro) * [macOS CLI Homebrew](#macos-cli-using-homebrew) * [macOS GUI](#macos-gui-installer) +* [OpenBSD](#openbsd-installation-via-ports) * [Docker Images](#docker-images) If you like to test the latest unreleased version of Kopia: @@ -182,6 +183,19 @@ or if you use an AUR helper such as yay: yay -S kopia-bin ``` +### OpenBSD installation via ports + +OpenBSD now has kopia in -current ports, which means it gets built as packages in snapshots for several platforms (amd64, arm64, mips64 and i386) and will appear as a package for OpenBSD 7.1 and later releases. + +To install the kopia package, run: + +```shell +# pkg_add kopia +``` + +To build Kopia from ports yourself, cd /usr/ports/sysutils/kopia and follow the [Ports](https://www.openbsd.org/faq/ports/ports.html) guide on building ports as usual. + + ### Verifying package integrity When downloading from GitHub it's recommended to verify SHA256 checksum of the binary and comparing that to `checksums.txt`. For extra security you may want to verify that the checksums have been signed by official Kopia builder, by running GPG: