]> git.armaanb.net Git - asd-repo.git/blob - desktop/gobject-introspection/build
80efb1c14507e76cc280f6c7e8799da2385dd770
[asd-repo.git] / desktop / gobject-introspection / build
1 #!/usr/bin/sh -e
2
3 mkdir build
4 cd    build
5
6 meson --prefix=/usr ..
7 ninja
8 DESTDIR="$1" ninja install