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

+wabt (WASM tool)

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

29
_service Normal file
View File

@@ -0,0 +1,29 @@
<!--
# vim: set syntax=xml
-->
<services>
<!--
To get a new tarball, make your changes then run:
$ osc service manualrun tar_scm && osc service manualrun recompress
-->
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/WebAssembly/wabt.git</param>
<param name="revision">1.0.20</param>
<param name="version">1.0.20</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>
<param name="exclude">.gitattributes</param>
<param name="exclude">.flake8</param>
<param name="exclude">.clang-format</param>
<param name="exclude">.style.yapf</param>
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>