diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 20:18:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-19 08:43:15 +0700 |
commit | 949b344e72250fa88e4df59bc8b10a7737ce8558 (patch) | |
tree | fb0928c5b456743aec38623c731ada44e27b920c | |
parent | b1bc3c7b7e6e71771d2a3088fdea61249220482d (diff) | |
download | slackbuilds-949b344e72250fa88e4df59bc8b10a7737ce8558.tar.gz |
development/gn: Fixed dep info
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/gn/README | 5 | ||||
-rw-r--r-- | development/gn/gn.info | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/development/gn/README b/development/gn/README index d72f2e9c83..2766344ee1 100644 --- a/development/gn/README +++ b/development/gn/README @@ -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 diff --git a/development/gn/gn.info b/development/gn/gn.info index b139648d92..da02e56a5a 100644 --- a/development/gn/gn.info +++ b/development/gn/gn.info @@ -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" |