pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-gox



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Aug 29 13:43:27 UTC 2019

Added Files:
        pkgsrc/devel/go-gox: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/go-gox/DESCR pkgsrc/devel/go-gox/Makefile \
    pkgsrc/devel/go-gox/PLIST pkgsrc/devel/go-gox/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/go-gox/DESCR
diff -u /dev/null pkgsrc/devel/go-gox/DESCR:1.1
--- /dev/null   Thu Aug 29 13:43:27 2019
+++ pkgsrc/devel/go-gox/DESCR   Thu Aug 29 13:43:27 2019
@@ -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.
Index: pkgsrc/devel/go-gox/Makefile
diff -u /dev/null pkgsrc/devel/go-gox/Makefile:1.1
--- /dev/null   Thu Aug 29 13:43:27 2019
+++ pkgsrc/devel/go-gox/Makefile        Thu Aug 29 13:43:27 2019
@@ -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"
Index: pkgsrc/devel/go-gox/PLIST
diff -u /dev/null pkgsrc/devel/go-gox/PLIST:1.1
--- /dev/null   Thu Aug 29 13:43:27 2019
+++ pkgsrc/devel/go-gox/PLIST   Thu Aug 29 13:43:27 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/29 13:43:27 he Exp $
+bin/gox
Index: pkgsrc/devel/go-gox/distinfo
diff -u /dev/null pkgsrc/devel/go-gox/distinfo:1.1
--- /dev/null   Thu Aug 29 13:43:27 2019
+++ pkgsrc/devel/go-gox/distinfo        Thu Aug 29 13:43:27 2019
@@ -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