Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felfert/handle_dpms
A service for handling DPMS plug and unplug events
https://github.com/felfert/handle_dpms
Last synced: 22 days ago
JSON representation
A service for handling DPMS plug and unplug events
- Host: GitHub
- URL: https://github.com/felfert/handle_dpms
- Owner: felfert
- License: mit
- Created: 2023-03-15T19:18:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T10:26:40.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:53:11.545Z (2 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handle_dpms
A service for handling DPMS plug and unplug eventsHow to build the RPM package (requires curl, git, mock and rpm-build):
```
git clone https://github.com/felfert/handle_dpms.git
cd handle_dpms
rm -f *.src.rpm *.tar.gz
VER=$(git describe --abbrev=0 --tags)
curl -LOJ "https://github.com/felfert/handle_dpms/archive/refs/tags/${VER}.tar.gz?fn=handle_dkms-${VER}.tar.gz"
rpmbuild -D "_sourcedir ." -D "_srcrpmdir ." -bs packaging/rpm/*.spec
mock --rebuild *.src.rpm
```