ljnsn / void-pkg-templates

Custom templates for several packages that could be installed using xbps-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

void-pkg-templates

Custom templates for several packages that could be installed using xbps-src

Installation Process

# I would Highly recommend to install xtools
sudo xbps-install -S xtools
git clone git://github.com/void-linux/void-packages.git ~/void-packages

Post Install

cd ~/void-packages
./xbps-src binary-bootstrap

How To use these custom templates

git clone https://github.com/shubham-cpp/void-pkg-templates /tmp/void-templates
cp -r /tmp/void-templates/* --target-directory void-packages/srcpkgs
./xbps-src pkg <package_name>
sudo xi <package_name>

Template Packages Description

  • xcolor : Simple X color picker written in rust
  • xplr : A hackable, minimal, fast TUI file explorer

References

About

Custom templates for several packages that could be installed using xbps-src

License:GNU General Public License v3.0