Unofficial Void Linux packages for gpu-screen-recorder and its companions.
Packages are built for all Void Linux architectures: x86_64, x86_64-musl, i686, aarch64, aarch64-musl, armv7l, armv7l-musl, armv6l, armv6l-musl.
Option 1 — Repository (recommended)
Add the signing key:
sudo xbps-fetch https://raw.githubusercontent.com/cherrybtw/gsr4xbps/main/pubkey.pem -o /var/db/xbps/keys/cherrybtw-gsr.pemAdd the repository:
echo 'repository=https://github.com/cherrybtw/gsr4xbps/releases/latest/download' | sudo tee /etc/xbps.d/0-gsr4xbps.confInstall:
sudo xbps-install -Su gpu-screen-recorder-uigpu-screen-recorder and gpu-screen-recorder-notification will be pulled in as dependencies automatically.
If you only need the CLI tool, install
gpu-screen-recorderinstead.
Option 2 — Build from template
Clone void-packages and bootstrap:
git clone https://github.com/void-linux/void-packages
cd void-packages
./xbps-src binary-bootstrapClone this repository and copy the packages into void-packages/srcpkgs:
git clone https://github.com/cherrybtw/gsr4xbps
cp -r gsr4xbps/srcpkgs/* void-packages/srcpkgs/Build:
./xbps-src pkg gpu-screen-recorder-uiInstall:
sudo xbps-install -R hostdir/binpkgs gpu-screen-recorder-uiIf you only need the CLI tool, build
gpu-screen-recorderinstead.
If your
void-packagesor bootstrap is stale, update first:git -C void-packages pull origin master ./xbps-src bootstrap-update