1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 21:31:22 +00:00
morpheus/pkgs/man
2014-02-28 14:22:25 +02:00

9 lines
176 B
Bash

build: crossmusl
url="$mirror/man.tar.gz"
cd src
wget -c $url
[ -d man ] || tar xzf man.tar.gz
cd man
$CC -std=gnu99 -o man man.c -static || return 1
cp man "$root/bin"