pkgsrc-WIP-changes archive

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

yaegi: Import yaegi-0.15.1 as wip/yaegi



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Apr 30 15:37:54 2023 +0200
Changeset:	d43b1ead56080127db369510b1c2b382a944a40f

Added Files:
	yaegi/DESCR
	yaegi/Makefile
	yaegi/PLIST
	yaegi/distinfo

Log Message:
yaegi: Import yaegi-0.15.1 as wip/yaegi

Yaegi is Another Elegant Go Interpreter. It powers executable Go
scripts and plugins, in embedded interpreters or interactive shells, on
top of the Go runtime.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d43b1ead56080127db369510b1c2b382a944a40f

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

diffstat:
 yaegi/DESCR    |  3 +++
 yaegi/Makefile | 18 ++++++++++++++++++
 yaegi/PLIST    |  2 ++
 yaegi/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/yaegi/DESCR b/yaegi/DESCR
new file mode 100644
index 0000000000..000e9f761a
--- /dev/null
+++ b/yaegi/DESCR
@@ -0,0 +1,3 @@
+Yaegi is Another Elegant Go Interpreter. It powers executable Go
+scripts and plugins, in embedded interpreters or interactive shells, on
+top of the Go runtime.
diff --git a/yaegi/Makefile b/yaegi/Makefile
new file mode 100644
index 0000000000..0f9b80c7a3
--- /dev/null
+++ b/yaegi/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	yaegi-0.15.1
+CATEGORIES=	lang
+MASTER_SITES=	${MASTER_SITE_GITHUB:=traefik/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/traefik/yaegi
+COMMENT=	Another Elegant Go Interpreter
+LICENSE=	apache-2.0
+
+GO_BUILD_PATTERN+=	-ldflags ' \
+			-X main.version=${GITHUB_TAG}'
+GO_BUILD_PATTERN+=	./cmd/yaegi
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/yaegi/PLIST b/yaegi/PLIST
new file mode 100644
index 0000000000..7208c98410
--- /dev/null
+++ b/yaegi/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/yaegi
diff --git a/yaegi/distinfo b/yaegi/distinfo
new file mode 100644
index 0000000000..90c53efe90
--- /dev/null
+++ b/yaegi/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (yaegi-0.15.1.tar.gz) = 768b685cdeafd26f747c07c5eab1d688e4c630c117a7eb48730ef0bf11387a14
+SHA512 (yaegi-0.15.1.tar.gz) = e827b370b1f1a7453de02ffa54768372a64730cbde7b09d505e44bdd9d8290de5550e56fcacfdce022a1d4103d26f0cab5104c032d95145036cf09079de20d10
+Size (yaegi-0.15.1.tar.gz) = 2216861 bytes


Home | Main Index | Thread Index | Old Index