linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
gen.sh
(250B)
1 version=1.1
2
3 git $version
4
5 cflags "
6 -std=c99
7 -D_GNU_SOURCE
8 -DVERSION=\\\"$version\\\"
9 -I$srcdir/src
10 -I$dir
11 -Wno-maybe-uninitialized
12 "
13
14 bin fzy "
15 src/choices.c
16 src/fzy.c
17 src/match.c
18 src/options.c
19 src/tty.c
20 src/tty_interface.c
21 "
22
23 man fzy.1