wcip is a small utility that compares the steamctl apps list
output to the PlayOnBSD
database, and displays the games you own that can be played on OpenBSD.
You need to install steamctl
(games/steamctl) and openssl (security/openssl/1.1).
You can install wcip
using cargo install wcip
with following env variables (to adapt
according to your openssl version if different from the one indicated above):
OPENSSL_LIB_DIR=/usr/local/lib/eopenssl11/
OPENSSL_INCLUDE_DIR=/usr/local/include/eopenssl11/
Then, make sure you have $HOME/.cargo/bin
in your $PATH
First, you need to configure steamctl
. Once it is done, it is as simple as:
```
$ wcip
Gemini Rue
Hints: None
Install: steamctl depot download -a 80310 -o
Primordia
Hints: None
Install: steamctl depot download -a 227000 -o
The Blackwell Epiphany
Hints: None
Install: steamctl depot download -a 236930 -o
The Shivah
Hints: None
Install: steamctl depot download -a 252370 -o
``` The information provided for each game should be enough to run it without much trouble.