alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (362B)


      1 name=glib
      2 version=2.86.0
      3 release=1
      4 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz
      5 	0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch"
      6 build_opt="
      7 	-Dman-pages=disabled
      8 	-Ddocumentation=false
      9 	-Dselinux=disabled
     10 	-Dtests=false
     11 	-Dintrospection=disabled
     12 "
     13 
     14 postbuild() {
     15 	rm -rf $PKG/usr/share/bash-completion
     16 }