pkgsrc-WIP-changes archive

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

import of py-zelda-The-Legend-of-Zelda.



Module Name:	pkgsrc-wip
Committed By:	goon <goon.mage%yahoo.com@localhost>
Pushed By:	goon
Date:		Thu May 1 11:40:34 2025 +0200
Changeset:	9f1c57d8f386c30fb565859cbc003057f032cb86

Added Files:
	py-zelda/DESCR
	py-zelda/Makefile
	py-zelda/PLIST
	py-zelda/distinfo

Log Message:
import of py-zelda-The-Legend-of-Zelda.

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

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

diffstat:
 py-zelda/DESCR    |  1 +
 py-zelda/Makefile | 20 ++++++++++++++++++++
 py-zelda/PLIST    |  2 ++
 py-zelda/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/py-zelda/DESCR b/py-zelda/DESCR
new file mode 100644
index 0000000000..96a4df0ad7
--- /dev/null
+++ b/py-zelda/DESCR
@@ -0,0 +1 @@
+Classic Zelda in Python using pygame and AI
diff --git a/py-zelda/Makefile b/py-zelda/Makefile
new file mode 100644
index 0000000000..39caedff44
--- /dev/null
+++ b/py-zelda/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	py-zelda-The-Legend-of-Zelda-0.2.6
+CATEGORIES=	games	
+MASTER_SITES=	https://sourceforge.net/projects/py-zelda/files/
+
+MAINTAINER=	goon.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/py-zelda/
+COMMENT=	Classic Zelda with AI	
+LICENSE=	(Nethack) General Public License	
+
+WRKSRC=		${WRKDIR}/py-zelda
+USE_LANGUAGES= 	Python 
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/py-zelda ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-zelda/PLIST b/py-zelda/PLIST
new file mode 100644
index 0000000000..9baafc407c
--- /dev/null
+++ b/py-zelda/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/py-zelda
diff --git a/py-zelda/distinfo b/py-zelda/distinfo
new file mode 100644
index 0000000000..71dfff3697
--- /dev/null
+++ b/py-zelda/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (py-zelda-The-Legend-of-Zelda-0.2.6.zip) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (py-zelda-The-Legend-of-Zelda-0.2.6.zip) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (py-zelda-The-Legend-of-Zelda-0.2.6.zip) = 3860 bytes


Home | Main Index | Thread Index | Old Index