Accepting request 866960 from home:avindra:devel:languages:javascript

+hermes (JS engine, react native tooling)

OBS-URL: https://build.opensuse.org/request/show/866960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/hermes?expand=0&rev=1
This commit is contained in:
2021-01-26 16:32:58 +00:00
committed by Git OBS Bridge
commit a7a48e46ee
7 changed files with 129 additions and 0 deletions

23
_service Normal file
View File

@@ -0,0 +1,23 @@
<!--
# vim: set syntax=xml
-->
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/facebook/hermes.git</param>
<param name="revision">2686ddbf72010f9597f859fd125c709a2fb4fef9</param>
<param name="version">0.7.2</param>
<param name="exclude">.circleci</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>
<param name="exclude">CODE_OF_CONDUCT.md</param>
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>