Skip to content

cherrybtw/gsr4xbps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gsr4xbps

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.

Installing

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.pem

Add the repository:

echo 'repository=https://github.com/cherrybtw/gsr4xbps/releases/latest/download' | sudo tee /etc/xbps.d/0-gsr4xbps.conf

Install:

sudo xbps-install -Su gpu-screen-recorder-ui

gpu-screen-recorder and gpu-screen-recorder-notification will be pulled in as dependencies automatically.

If you only need the CLI tool, install gpu-screen-recorder instead.

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-bootstrap

Clone 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-ui

Install:

sudo xbps-install -R hostdir/binpkgs gpu-screen-recorder-ui

If you only need the CLI tool, build gpu-screen-recorder instead.

If your void-packages or bootstrap is stale, update first:

git -C void-packages pull origin master
./xbps-src bootstrap-update

About

Unofficial Void Linux packages for gpu-screen-recorder and its companions.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors