1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 08:38:32 +00:00
morpheus/pkgs/man

7 lines
124 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
url="$mirror/man.tar.gz"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/man
2014-02-27 12:41:37 +00:00
$CC -std=gnu99 -o man man.c -static || return 1
2014-02-20 16:10:47 +00:00
cp man "$root/bin"