Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.61 KB

README.md

File metadata and controls

58 lines (35 loc) · 1.61 KB

Deimonn's Void Templates

This repository holds all of my Void Linux package templates, primarily for my own convenience - but perhaps for yours as well.

These are unofficial and not currently found in the void-packages repo.

Usage

Setting up the repository

  1. Install prerequisites:

    sudo xbps-install git xtools
  2. Clone the repository:

    git clone https://github.com/deimonn/void-templates
  3. Move into the void-templates directory and bootstrap the masterdir:

    cd void-templates
    ./xbps-src binary-bootstrap

Installing packages

  1. Within the repository root, build the desired package with:

    ./xbps-src pkg <package-name>
  2. If the build succeeded, you can then install the package with:

    xi <package-name>

    If it didn't, please do open an issue.

Packages

clapper 0.6.1

Provides the Clapper desktop application as well as clappersink. Includes clapper-devel as a subpackage.

If you get errors about missing decoders, see this page.

keymapper 4.9.1

Provides keymapper, keymapperd and keymapperctl.

See this page for information on how to use keymapper on Void Linux.