diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-02-06 19:33:26 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-02-06 19:33:26 +0200 |
| commit | 9c1c5bc209a4afd446aae4bd911001ddcf84d8f0 (patch) | |
| tree | 1ea9e8c0247aa7761d2e8d6a0922f7bba6e93971 /manual tests/2 multiwrap/subprojects/lua.wrap | |
| parent | 201664b2b8a592675414f87a5445ce1d7297b02e (diff) | |
| download | meson-9c1c5bc209a4afd446aae4bd911001ddcf84d8f0.tar.gz | |
Created a sample project that uses many wraps, including a subwrap.
Diffstat (limited to 'manual tests/2 multiwrap/subprojects/lua.wrap')
| -rw-r--r-- | manual tests/2 multiwrap/subprojects/lua.wrap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manual tests/2 multiwrap/subprojects/lua.wrap b/manual tests/2 multiwrap/subprojects/lua.wrap new file mode 100644 index 000000000..da2ca1468 --- /dev/null +++ b/manual tests/2 multiwrap/subprojects/lua.wrap @@ -0,0 +1,10 @@ +[mesonwrap] +directory = lua-5.3.0 + +source_url = http://www.lua.org/ftp/lua-5.3.0.tar.gz +source_filename = lua-5.3.0.tar.gz +source_hash = ae4a5eb2d660515eb191bfe3e061f2b8ffe94dce73d32cfd0de090ddcc0ddb01 + +patch_url = https://dl.dropboxusercontent.com/u/37517477/lua53-meson.zip +patch_filename = lua53-meson.zip +patch_hash = 076d0d57d33ec996c556722c8eeb624a364c66fe9d2225e590b1bc9ae34fbd6e
\ No newline at end of file |
