1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 05:18:35 +00:00
morpheus/pkgs/sic

10 lines
164 B
Plaintext

build: crossmusl
url="$mirror/sic.tar.gz"
cd src
wget -c $url
[ -d sic ] || tar xzf sic.tar.gz
cd sic
make clean
make CC=$CC || return 1
cp sic "$root/bin"