mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
10 lines
197 B
Bash
Executable File
10 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
git clone --depth 1 --no-tags https://gitlab.gnome.org/GNOME/glib.git
|
|
meson subprojects download --sourcedir glib
|
|
rm glib/subprojects/*.wrap
|
|
mv glib/subprojects/ .
|
|
rm -rf glib
|