File _service of Package llama.cpp-cuda-git
<services>
<!--
PKGBUILD is managed manually from:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=llama.cpp-cuda-git
since we need to adjust for OpenBuildService.
-->
<!-- Fetch files mentioned in the PKGBUILD -->
<service name="download_files" />
<!-- Get llama.cpp Git sources -->
<service name="obs_scm">
<param name="scm">git</param>
<param name="url">https://github.com/ggml-org/llama.cpp.git</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@.r@TAG_OFFSET@.%h</param>
<param name="filename">llama.cpp</param>
<!-- <param name="package-meta">yes</param> -->
</service>
<service name="tar" mode="buildtime">
<!-- <param name="package-meta">yes</param> -->
</service>
<service name="set_version" mode="buildtime" />
</services>