https://github.com/projectsynchro/copr-piper-git
Copr repository for git builds of piper and ratbagd, commits fetched every hour.
https://github.com/projectsynchro/copr-piper-git
Last synced: 11 months ago
JSON representation
Copr repository for git builds of piper and ratbagd, commits fetched every hour.
- Host: GitHub
- URL: https://github.com/projectsynchro/copr-piper-git
- Owner: ProjectSynchro
- License: apache-2.0
- Created: 2025-01-09T11:17:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-17T23:54:30.000Z (11 months ago)
- Last Synced: 2025-07-19T19:36:35.843Z (11 months ago)
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copr repository for git builds of piper and ratbagd, commits are fetched every hour.
The packages in this repo should work on Fedora 40+.
## Installation
Activate the repo with `sudo dnf copr enable jackgreiner/piper-git` and then run `sudo dnf update --refresh`.
To revert this, remove the copr repository with `sudo dnf copr remove jackgreiner/piper-git` and then run `sudo dnf distro-sync` to download your distro's version of the piper and libratbagd packages.
## Issues
Feel free to open issues when there are build issues I haven't fixed for a few days: https://github.com/ProjectSynchro/copr-piper-git/issues
If you'd like me to attempt to package this for other RPM based distros like SUSE, open an issue and I'll see what I can do :)
## Testing
To test build this package locally using `fedpkg`, follow these steps:
1. Install `fedpkg`:
```sh
sudo dnf install fedpkg
```
3. Prepare the sources:
```sh
fedpkg prep
```
4. Build the package:
```sh
fedpkg local
```
This will create the RPM packages in the `x86_64` (or whatever arch you are building this package for) directory under the current working directory.