development/gn: Fixed dep info
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1bc3c7b7e
commit
949b344e72
|
@ -1,6 +1,3 @@
|
|||
GN is a meta-build system that generates build files for Ninja.
|
||||
|
||||
The dependency on ninja can be avoided by installing samu from SBo
|
||||
instead. To build with samu instead of ninja use:
|
||||
|
||||
NINJA=samu ./gn.SlackBuild
|
||||
To build with samu instead of ninja, do: NINJA=samu ./gn.SlackBuild
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://dev.gentoo.org/~floppym/dist/gn-0.1616.tar.xz"
|
|||
MD5SUM="46910008292788151243c169e7c2e2d3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ninja"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Hunter Sezen"
|
||||
EMAIL="orbea@riseup.net"
|
||||
|
|
Loading…
Reference in New Issue