2020-07-21 12:51:29 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2021-03-22 18:54:42 +01:00
|
|
|
git clone --depth 1 --no-tags https://gitlab.freedesktop.org/pwithnall/malcontent.git
|
2020-07-21 12:51:29 +02:00
|
|
|
meson subprojects download --sourcedir malcontent
|
|
|
|
rm malcontent/subprojects/*.wrap
|
|
|
|
mv malcontent/subprojects/ .
|
|
|
|
rm -rf malcontent
|