flatpak: Update manifest with WebAssembly tools.

- The tools aren't in ubuntu yet.
This commit is contained in:
Andrew Hamilton 2019-06-29 15:41:39 +10:00
parent ce843e89f3
commit 415b535477

View file

@ -59,6 +59,21 @@
"install -D -t /app/bin genisoimage/isoinfo" "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", "name": "godoc",
"buildsystem": "simple", "buildsystem": "simple",
@ -2336,7 +2351,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/ahamilton/eris", "url": "https://github.com/ahamilton/eris",
"commit": "36027a90f26f86758dcbe864b556a9fff6ecf767" "commit": "ce843e89f33903bdf2f0361f6d17f1b419d60737"
} }
] ]
} }