1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 13:38:34 +00:00
morpheus/pkgs/man
2014-03-01 01:45:56 +02:00

7 lines
112 B
Bash

url="$mirror/man.tar.gz"
build: crossmusl
cd src/man
$CC -std=gnu99 -o man man.c -static
cp man "$root/bin"