https://github.com/ibhagwan/picom-ibhagwan-template
Void Linux template file for xbps-src
https://github.com/ibhagwan/picom-ibhagwan-template
Last synced: 8 months ago
JSON representation
Void Linux template file for xbps-src
- Host: GitHub
- URL: https://github.com/ibhagwan/picom-ibhagwan-template
- Owner: ibhagwan
- Created: 2020-06-13T01:11:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T15:18:41.000Z (over 4 years ago)
- Last Synced: 2025-01-16T20:54:40.811Z (9 months ago)
- Size: 3.91 KB
- Stars: 34
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Void Linux template file for xbps-src
Instructions for building `picom-ibhagwan` on void linux using `xbps-src`:
1. Setup the `void-packages` repo:
```sh
❯ git clone --depth=1 https://github.com/void-linux/void-packages
❯ cd void-packages
❯ ./xbps-src binary-bootstrap
❯ echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
```2. Download the template repo and copy into `srcpkgs`:
```sh
❯ git clone https://github.com/ibhagwan/picom-ibhagwan-template
❯ mv picom-ibhagwan-template ./srcpkgs/picom-ibhagwan
```3. Build & install the package:
```sh
❯ ./xbps-src pkg picom-ibhagwan
❯ sudo xbps-install --repository=hostdir/binpkgs picom-ibhagwan
```**Note #1:** if you have `xtools` installed you can install the package by running `xi -f picom-ibhagwan` (instead of using `xbps-install`).
**Note #2:** before installing the package make sure to remove all other `compton|picom` packages with `sudo xbps-remove picom compton`.