morpheus/pkgs/tinywm

12 lines
184 B
Plaintext

build() {
cd stuff
x86_64-musl-linux-gcc -I$libcroot/include -L$libcroot/lib tinywm.c -o tinywm -lX11 -static || return 1
cd -
}
install() {
cd stuff
cp tinywm $root/bin
cd -
}