An open API service indexing awesome lists of open source software.

https://github.com/deimonn/void-templates

Unofficial package templates for Void Linux.
https://github.com/deimonn/void-templates

clapper keymapper packages void-linux

Last synced: 3 months ago
JSON representation

Unofficial package templates for Void Linux.

Awesome Lists containing this project

README

          

# 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](https://github.com/void-linux/void-packages) repo.

## Usage

### Setting up the repository

1. Install prerequisites:

```Shell
sudo xbps-install git xtools
```

2. Clone the repository:

```Shell
git clone https://github.com/deimonn/void-templates
```

3. Move into the `void-templates` directory and bootstrap the `masterdir`:

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

### Installing packages

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

```Shell
./xbps-src pkg
```

2. If the build succeeded, you can then install the package with:

```Shell
xi
```

If it didn't, please do [open an issue](https://github.com/deimonn/void-templates/issues).

## Packages

#### [keymapper](https://github.com/houmain/keymapper) 4.11.0

Provides `keymapper`, `keymapperd` and `keymapperctl`.

See [this page](https://deimonn.dev/view?r=void-guides&f=3.%20Extra%20Software/Key%20remapping%20with%20keymapper.md) for information on how to use keymapper on Void Linux.

#### [wallpaper-engine-kde-plugin](https://github.com/catsout/wallpaper-engine-kde-plugin) 0.5.4+20231104

Provides the "Wallpaper Engine for Kde" KDE wallpaper plugin.

See [this page](https://deimonn.dev/view?r=void-guides&t=master&f=3.%2520Extra%2520Software/Getting%2520animated%2520wallpapers.md) for instructions on how to use this package.