* ci: use vcpkg for both builds * Add CI builds + add support for static linux binaries (#23) * tool: Ignore the output file in case it's inside the input path (#20) * Bump version * build: force MODULE mode for find_package(zstd) * build: add pkg-config support * build: general improvements * Install the zarchive executable * Don't hardcode the installation path of the library - Drop use_pkgconfig_for_zstd.patch OBS-URL: https://build.opensuse.org/package/show/Archiving/ZArchive?expand=0&rev=10
16 lines
571 B
Plaintext
16 lines
571 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/Exzap/ZArchive.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|