go-copier-0.1.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-29 01:50:29 +01:00
parent f7c1d10d2a
commit ff45cfa6bf
4 changed files with 36 additions and 0 deletions

1
go-copier/DESCR Normal file
View File

@ -0,0 +1 @@
Copier for golang, copy value from struct to struct and more

18
go-copier/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD$
DISTNAME= go-copier-0.1.0
GITHUB_PROJECT= copier
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=jinzhu/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/jinzhu/copier/
COMMENT= Copier for golang, copy value from struct to struct and more
LICENSE= mit
GO_SRCPATH= github.com/jinzhu/copier
GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

11
go-copier/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $NetBSD$
gopkg/pkg/${GO_PLATFORM}/github.com/jinzhu/copier.a
gopkg/src/github.com/jinzhu/copier/Guardfile
gopkg/src/github.com/jinzhu/copier/License
gopkg/src/github.com/jinzhu/copier/README.md
gopkg/src/github.com/jinzhu/copier/copier.go
gopkg/src/github.com/jinzhu/copier/copier_benchmark_test.go
gopkg/src/github.com/jinzhu/copier/copier_different_type_test.go
gopkg/src/github.com/jinzhu/copier/copier_tags_test.go
gopkg/src/github.com/jinzhu/copier/copier_test.go
gopkg/src/github.com/jinzhu/copier/go.mod

6
go-copier/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (go-copier-0.1.0.tar.gz) = 0ae4664ee592d7b3527970a1f1bef69b0534b052
RMD160 (go-copier-0.1.0.tar.gz) = 73a84ea28ca1ef8fe89735d4920e3e6994219f9b
SHA512 (go-copier-0.1.0.tar.gz) = b20b224eb75dfc4c70ed35bf1d9bc2cb6558d58259866171d16ae531a6246f2dee44112f79d4dc8c4b5927c6c13f81f935e800095b6194b3af443a77856a2915
Size (go-copier-0.1.0.tar.gz) = 8026 bytes