Skip to content

iFoundSilentHouse/helio-sequencer-void-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Helio Workstation

Helio Workstation template and builds for void linux. Link to Helio Workstation website

Installing the binary package

Method 1 - updates handled by xbps-install

Add the releases page as a repository:

cat << EOF > /etc/xbps.d/10-helio-sequencer.conf
repository=https://github.com/iFoundSilentHouse/helio-sequencer-void-linux/releases/latest/download/
EOF
xbps-install -Su helio-sequencer

First xbps-install -S run it will ask to import the repository key. For glibc x86_64 it's same as bd:18:fc:14:f9:0e:ac:78:20:35:0e:7a:2b:0f:0d:68.plist.

Method 2 - manual update

Download the xbps package from the releases page, index and install the package:

xbps-rindex -a *.xbps
sudo xbps-install -vR $PWD helio-sequencer

Building from source

Note

Consult void-packages documentation for more information about setting it up.

Quick start

Clone and setup the void-packages repository in a work directory and:

git clone --depth=1 https://github.com/iFoundSilentHouse/helio-sequencer-void-linux.git
[[ -d void-packages/srcpkgs/helio-sequencer ]] && rm -r void-packages/srcpkgs/helio-sequencer
cp -r helio-sequencer-void-linux/void-packages/srcpkgs/helio-sequencer void-packages/srcpkgs/
cd void-packages
./xbps-src pkg helio-sequencer

About

Helio Workstation template and builds for void linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published