From 415b535477a4a6f46ecca12403892b5f4981c4c6 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 29 Jun 2019 15:41:39 +1000 Subject: [PATCH] flatpak: Update manifest with WebAssembly tools. - The tools aren't in ubuntu yet. --- com.github.ahamilton.eris.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/com.github.ahamilton.eris.json b/com.github.ahamilton.eris.json index a753a12..bb7cee0 100644 --- a/com.github.ahamilton.eris.json +++ b/com.github.ahamilton.eris.json @@ -59,6 +59,21 @@ "install -D -t /app/bin genisoimage/isoinfo" ] }, + { + "name": "wabt", + "sources": [ + { + "type": "git", + "url": "https://github.com/WebAssembly/wabt", + "commit": "a81f36c0d5aeda465b593dae7e0adc4ddb660149" + } + ], + "buildsystem": "simple", + "build-commands": [ + "mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/app ..", + "cd build && make -j4 install" + ] + }, { "name": "godoc", "buildsystem": "simple", @@ -2336,10 +2351,10 @@ { "type": "git", "url": "https://github.com/ahamilton/eris", - "commit": "36027a90f26f86758dcbe864b556a9fff6ecf767" + "commit": "ce843e89f33903bdf2f0361f6d17f1b419d60737" } ] } ], "command": "eris" -} \ No newline at end of file +}