]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/gobject-introspection/build
Create junk repo
[asd-repo.git] / junk / gobject-introspection / build
diff --git a/junk/gobject-introspection/build b/junk/gobject-introspection/build
new file mode 100755 (executable)
index 0000000..80efb1c
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/sh -e
+
+mkdir build
+cd    build
+
+meson --prefix=/usr ..
+ninja
+DESTDIR="$1" ninja install