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.
- Host: GitHub
- URL: https://github.com/deimonn/void-templates
- Owner: deimonn
- License: other
- Created: 2024-06-15T17:21:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-08T02:10:48.000Z (10 months ago)
- Last Synced: 2025-03-08T03:17:56.990Z (10 months ago)
- Topics: clapper, keymapper, packages, void-linux
- Language: Shell
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.