Helio Workstation template and builds for void linux. Link to Helio Workstation website
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.
Download the xbps
package from the releases page, index and install the package:
xbps-rindex -a *.xbps
sudo xbps-install -vR $PWD helio-sequencer
Note
Consult void-packages documentation for more information about setting it up.
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