File _service of Package xmrig-mo-cuda
<services>
<!-- Fetch the AUR package when requested -->
<!-- The PKGBUILD we handle "manually" -->
<service name="obs_scm" mode="trylocal">
<param name="scm">git</param>
<param name="url">https://aur.archlinux.org/xmrig-mo-cuda.git</param>
<param name="revision">master</param>
<param name="extract">PKGBUILD</param>
</service>
<!-- All other files can be synced when needed -->
<service name="obs_scm">
<param name="scm">git</param>
<param name="url">https://aur.archlinux.org/xmrig-mo-cuda.git</param>
<param name="revision">master</param>
<param name="extract">[!A-Z]*</param>
</service>
<!-- Then, download the necessary files for building -->
<service name="download_files" />
</services>