forked from pool/hyprland
Florian
59d1c400ce
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=89
19 lines
661 B
XML
19 lines
661 B
XML
<!-- vim: set ft=xml ts=4 sw=4 noet: -->
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/hyprwm/Hyprland.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">hyprland</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">@PARENT_TAG@</param>
|
|
<param name="submodule">enable</param>
|
|
</service>
|
|
<service name="tar" mode="manual" />
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|