linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

gen.sh

(277B)


      1 curl http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz \
      2 	4b155d67d2246c1ffa7ad7bc466c1ea899bbc40fef0257cc9c03cecbaed4352a
      3 
      4 cflags "
      5 	-std=c99
      6 	-isystem $pkgdir/lua/include
      7 "
      8 
      9 dep lua/headers
     10 
     11 lib liblpeg.a "
     12 	lpvm.c
     13 	lpcap.c
     14 	lptree.c
     15 	lpcode.c
     16 	lpprint.c
     17 	lpcset.c
     18 "