1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 15:01:22 +00:00
morpheus/pkgs/xsetroot
2014-02-20 16:10:47 +00:00

12 lines
196 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 -
}