Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

notchtc/custom-void-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Custom Void packages

I’m currently using Fedora so this repo won’t be updated

This repository contains packages/changes to existing packages for xbps-src.

List of new software

Changes to existing software

Package Change

connman

Uses iwd

libXft

Bgra patch is applied

mksh

Use latest git version

Everything from suckless

Uses my own build

How to install

  1. Clone void-packages

    git clone --depth 1 https://github.com/void-linux/void-packages
  2. Clone this repo

    git clone --depth 1 https://github.com/notchtc/custom-void-packages
  3. Merge them both

    cp -r custom-void-packages/srcpkgs/* void-packages/srcpkgs/

If you haven’t used xbps-src before and don’t know what to do next, here’s what you have to do:

cd void-packages
./xbps-src binary-bootstrap
echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf

To build a package you need to do this in the void-packages directory:

./xbps-src pkg <pkgname>

Now you can either use xbps-install --repository=/hostdir/binpkgs/ <pkgname> or xi <pkgname> (if you have xtools installed) to install the package.

About

Repo containing packages for xbps-src

Topics

Resources

Stars

Watchers

Forks

Languages