mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
This was unresolvable (and reportedly broken) for quite some time, now even more so with libadwaita added into the mix. Having .deb packages would require a custom PPA with up-to-date dependencies. Anyone interested is free to set it up, but this git repo is not a good place to do so.
15 lines
512 B
Plaintext
15 lines
512 B
Plaintext
<services>
|
|
<service name="obs_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/Rafostar/clapper.git</param>
|
|
<param name="extract">pkgs/rpm/clapper.spec</param>
|
|
<param name="extract">pkgs/rpm/clapper.rpmlintrc</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="buildtime"/>
|
|
</services>
|