1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 22:38:32 +00:00
morpheus/pkgs/xsetroot
2014-02-18 11:12:50 +00:00

12 lines
190 B
Plaintext

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