kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (184B)


      1 #!/bin/sh -e
      2 
      3 meson \
      4 	--prefix=/usr \
      5 	-Dbuildtype=release \
      6 	-Ddbghelp=disabled \
      7 	-Dintrospection=enabled \
      8 	-Dgtk_doc=disabled \
      9 	. output
     10 
     11 ninja -C output
     12 ninja -C output install