https://github.com/hbjydev/bspwm.rpm
An RPM spec to install the sensational binary partitioning tiling window manager, bspwm
https://github.com/hbjydev/bspwm.rpm
Last synced: about 2 months ago
JSON representation
An RPM spec to install the sensational binary partitioning tiling window manager, bspwm
- Host: GitHub
- URL: https://github.com/hbjydev/bspwm.rpm
- Owner: hbjydev
- Created: 2021-06-22T22:16:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T22:25:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T16:44:36.141Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bspwm.rpm
An RPM spec to install the sensational binary partitioning tiling window
manager, [bspwm](https://github.com/baskerville/bspwm)## Installation
Install my RPM repository into your system using the latest `hbjy-release`
package on [my RPM server](https://rpm.hbjy.io/el/8/x86_64/).Then, you should be able to just run `dnf install bspwm`!
## Building
To build, you will need two packages on a Fedora or Rocky Linux machine:
- `mock`
- `rpmdevtools`Once you have cloned the repository into your rpmbuild/ directory, you can
perform the steps required to build the package.```shell
# build srpm and rpm
$ make
```With this command, your SRPM and RPM outputs should be in `srpm/` and `dist/`
respectively.## See Also