pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/go-gox Add go-gox version 1.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c173a23c362
branches:  trunk
changeset: 400509:5c173a23c362
user:      he <he%pkgsrc.org@localhost>
date:      Thu Aug 29 13:43:27 2019 +0000

description:
Add go-gox version 1.0.1.

Gox is a simple, no-frills tool for Go cross compilation that
behaves a lot like standard go build. Gox will parallelize builds
for multiple platforms. Gox will also build the cross-compilation
toolchain for you.

diffstat:

 devel/go-gox/DESCR    |   4 ++++
 devel/go-gox/Makefile |  23 +++++++++++++++++++++++
 devel/go-gox/PLIST    |   2 ++
 devel/go-gox/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 55468e63576f -r 5c173a23c362 devel/go-gox/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gox/DESCR        Thu Aug 29 13:43:27 2019 +0000
@@ -0,0 +1,4 @@
+Gox is a simple, no-frills tool for Go cross compilation that
+behaves a lot like standard go build. Gox will parallelize builds
+for multiple platforms. Gox will also build the cross-compilation
+toolchain for you.
diff -r 55468e63576f -r 5c173a23c362 devel/go-gox/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gox/Makefile     Thu Aug 29 13:43:27 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/08/29 13:43:27 he Exp $
+#
+
+NAME=                  gox
+DISTNAME=              ${NAME}-1.0.1
+PKGNAME=               go-${DISTNAME}
+GITHUB_PROJECT=                ${NAME}
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=mitchellh/}
+GITHUB_TAG=            v1.0.1
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/mitchellh/gox
+COMMENT=               Tool for go cross compilation
+LICENSE=               mpl-2.0
+
+GO_SRCPATH=            github.com/mitchellh/gox
+GO_DIST_BASE=          ${DISTNAME}*
+
+DEPENDS+=              go-iochan-[0-9]*:../../devel/go-iochan
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 55468e63576f -r 5c173a23c362 devel/go-gox/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gox/PLIST        Thu Aug 29 13:43:27 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/29 13:43:27 he Exp $
+bin/gox
diff -r 55468e63576f -r 5c173a23c362 devel/go-gox/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-gox/distinfo     Thu Aug 29 13:43:27 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/29 13:43:27 he Exp $
+
+SHA1 (gox-1.0.1.tar.gz) = c78d456bc15a5551d6ce4540664775d954a7e1fe
+RMD160 (gox-1.0.1.tar.gz) = 403fb22b914fb9ef6a5744fc6ee38fe0577e9cdc
+SHA512 (gox-1.0.1.tar.gz) = cfcad670d9b752fe629de26db0a7f02a72f183f1c6acaf232d4908085f27a297453ab35f5c9a3ede209cb9143fd9ed7a8b5d9c182c8796f3fe4d023cb5294497
+Size (gox-1.0.1.tar.gz) = 30819 bytes



Home | Main Index | Thread Index | Old Index