forked from pool/cheat
* Bump chroma to newest version * Remove plan9 support due to build failure * Upgrade to yaml.v3 OBS-URL: https://build.opensuse.org/package/show/utilities/cheat?expand=0&rev=7
20 lines
659 B
Plaintext
20 lines
659 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/cheat/cheat</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">4.4.2</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">cheat</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
</service>
|
|
</services>
|