Skip to content

A shell script to help installing packages from xbps-src repository for void linux

License

Notifications You must be signed in to change notification settings

IslamGoher/stix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

STIX: Script To Install Xbps-src packages

stix is a shell script designed to simplify the process of cloning the xbps-src repository and installing packages from it. xbps-src is the build system used by the Void Linux distribution to build packages. This script automates the setup and installation steps, making it easier for users to manage and install software directly from the source.

Installation

  • Cloning the repo

    $ git clone https://github.com/IslamGoher/stix.git ~/.packages/stix
  • Grant access to the script

    $ chmod +x ~/.packages/stix/stix.sh
  • Link the script to the bin folder

    $ ln ~/.packages/stix/stix.sh /bin/stix
  • Initialize stix by cloning the xbps-repo

    $ stix init

Usage

$ stix help
Usage: stix [argument] [package name]
Arguments:
  [init]: for cloning the xbps-src repository
  [pull] or [p]: for syncing the repository
  [search] or [s]: for displaying the available packages
  [install] or [i]: for installing the packge

Example

$ stix install google-chrome

About

A shell script to help installing packages from xbps-src repository for void linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages