pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-zipexe-1.0.1 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Tue Jan 19 11:51:01 2021 +0100
Changeset: 318360e1279333fd591ea2db99ea8216773b5e0b
Modified Files:
Makefile
Added Files:
go-zipexe/DESCR
go-zipexe/Makefile
go-zipexe/PLIST
go-zipexe/buildlink3.mk
go-zipexe/distinfo
Log Message:
Import go-zipexe-1.0.1 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=318360e1279333fd591ea2db99ea8216773b5e0b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-zipexe/DESCR | 2 ++
go-zipexe/Makefile | 18 ++++++++++++++++++
go-zipexe/PLIST | 6 ++++++
go-zipexe/buildlink3.mk | 15 +++++++++++++++
go-zipexe/distinfo | 6 ++++++
6 files changed, 48 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a925ad4783..764cb6f794 100644
--- a/Makefile
+++ b/Makefile
@@ -1290,6 +1290,7 @@ SUBDIR+= go-upspin
SUBDIR+= go-uuid
SUBDIR+= go-uuid-iris-contrib
SUBDIR+= go-uuid-myesui
+SUBDIR+= go-zipexe
SUBDIR+= go-zeroconf
SUBDIR+= goattracker
SUBDIR+= godura
diff --git a/go-zipexe/DESCR b/go-zipexe/DESCR
new file mode 100644
index 0000000000..3966aefc5b
--- /dev/null
+++ b/go-zipexe/DESCR
@@ -0,0 +1,2 @@
+Package zipexe attempts to open an executable
+binary file as a zip file
diff --git a/go-zipexe/Makefile b/go-zipexe/Makefile
new file mode 100644
index 0000000000..8c6884f4d8
--- /dev/null
+++ b/go-zipexe/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= go-zipexe-1.0.1
+GITHUB_PROJECT= go.zipexe
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_GITHUB:=daaku/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/daaku/go.zipexe/
+COMMENT= Open an executable binary file as a zip file
+LICENSE= mit
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH= github.com/daaku/go.zipexe
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-zipexe/PLIST b/go-zipexe/PLIST
new file mode 100644
index 0000000000..10756d61c4
--- /dev/null
+++ b/go-zipexe/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/daaku/go.zipexe.a
+gopkg/src/github.com/daaku/go.zipexe/go.mod
+gopkg/src/github.com/daaku/go.zipexe/license
+gopkg/src/github.com/daaku/go.zipexe/readme.md
+gopkg/src/github.com/daaku/go.zipexe/zipexe.go
diff --git a/go-zipexe/buildlink3.mk b/go-zipexe/buildlink3.mk
new file mode 100644
index 0000000000..64cd145e14
--- /dev/null
+++ b/go-zipexe/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-zipexe
+
+.if !defined(GO_ZIPEXE_BUILDLINK3_MK)
+GO_ZIPEXE_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-zipexe= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-zipexe?= build
+
+BUILDLINK_API_DEPENDS.go-zipexe+= go-zipexe>=1.0.1
+BUILDLINK_PKGSRCDIR.go-zipexe?= ../../wip/go-zipexe
+.endif # GO_ZIPEXE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-zipexe
diff --git a/go-zipexe/distinfo b/go-zipexe/distinfo
new file mode 100644
index 0000000000..fa9ddb75a6
--- /dev/null
+++ b/go-zipexe/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-zipexe-1.0.1.tar.gz) = d3cb146956d6d7e71e4db9af67e478c9632227ed
+RMD160 (go-zipexe-1.0.1.tar.gz) = 6719dcda7ac84f595aa1c074844f08961c3b9451
+SHA512 (go-zipexe-1.0.1.tar.gz) = 181dea6fcff6765fe9f48bfe355e20cb975e7161d9d2f384c44744e7db54861a581e028b56ce4d537150cddd0814c01df9921d212055b1deaa72da194397c42f
+Size (go-zipexe-1.0.1.tar.gz) = 2105 bytes
Home |
Main Index |
Thread Index |
Old Index