This is a template for installing Floorp on Void Linux.
The template and its files were originally created by mobinmob and salastro, but I edited them for installing Floorp.
- Install xtools:
sudo xbps-install xtools - Clone the void-packages repository:
git clone --depth 5 https://github.com/void-linux/void-packages - Clone this repository:
git clone https://github.com/Seremegu/Floorp-VoidLinux - Copy the 'floorp' folder to void-packages/srcpkgs:
cp -r Floorp-VoidLinux/floorp void-packages/srcpkgs - Go to void-packages:
cd void-packages - Build the package by executing this command:
./xbps-src pkg -j$(nproc) floorp - Install the package:
xi floorp - Run Floorp:
floorp
- Install the packages:
sudo xbps-install curl sed xtools - Clone the void-packages repository:
git clone --depth 5 https://github.com/void-linux/void-packages - Clone this repository:
git clone https://github.com/Seremegu/Floorp-VoidLinux - Copy the 'floorp' folder to void-packages/srcpkgs:
cp -r Floorp-VoidLinux/floorp void-packages/srcpkgs - Set the environment variable for the 'void-packages' folder
export XBPS_DISTDIR="$HOME/void-packages" - Make the script file for installing/updating Floorp to be run as a program
chmod +x void-packages/srcpkgs/floorp/files/floorp.sh - Run the script file
./void-packages/srcpkgs/floorp/files/floorp.sh - Run Floorp
floorp