Files
bluetuith/_service
Michael Vetter fb37d11be2 - Update to version 0.2.3:
* README: Update project status and features
  * goreleaser: Update version and change format
  * go: Update dependencies
  * ui/help: Mark toggleable device actions properly
  * ui: help: Clarify connect keybinding toggle functionality

OBS-URL: https://build.opensuse.org/package/show/hardware/bluetuith?expand=0&rev=19
2024-08-14 06:15:41 +00:00

21 lines
767 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/darkhz/bluetuith.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.2.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mvetter@suse.com</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">bluetuith</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled"/>
</services>