16 lines
548 B
Plaintext
16 lines
548 B
Plaintext
|
|
<services>
|
||
|
|
<service name="tar_scm" mode="disabled">
|
||
|
|
<param name="url">https://git.code.sf.net/p/icns/code</param>
|
||
|
|
<param name="scm">git</param>
|
||
|
|
<param name="versionformat">@PARENT_TAG@+git%cd</param>
|
||
|
|
<param name="revision">master</param>
|
||
|
|
<param name="filename">libicns</param>
|
||
|
|
<param name="exclude">.git</param>
|
||
|
|
</service>
|
||
|
|
<service name="recompress" mode="disabled">
|
||
|
|
<param name="file">*.tar</param>
|
||
|
|
<param name="compression">xz</param>
|
||
|
|
</service>
|
||
|
|
<service name="set_version" mode="disabled"/>
|
||
|
|
</services>
|