pkgsrc-WIP-changes archive

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

Inital push, dos/linux based for now



Module Name:	pkgsrc-wip
Committed By:	goon <hacking.johan%yahoo.com@localhost>
Pushed By:	goon
Date:		Mon Dec 25 12:29:36 2023 +0000
Changeset:	e8414271aeceb9e5fe2ec9561a0bd9c5fda24205

Added Files:
	falcons-eye2/DESCR
	falcons-eye2/Makefile
	falcons-eye2/PLIST
	falcons-eye2/distinfo

Log Message:
Inital push, dos/linux based for now

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

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

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

diffs:
diff --git a/falcons-eye2/DESCR b/falcons-eye2/DESCR
new file mode 100644
index 0000000000..9920f1281d
--- /dev/null
+++ b/falcons-eye2/DESCR
@@ -0,0 +1 @@
+A Falcon's Eye nethack game (second version)
diff --git a/falcons-eye2/Makefile b/falcons-eye2/Makefile
new file mode 100644
index 0000000000..697b6db3de
--- /dev/null
+++ b/falcons-eye2/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=  	falcons-eye2-0.1.1
+CATEGORIES=	games	
+MASTER_SITES=	https://sourceforge.net/projects/falcons-eye2/files/
+
+MAINTAINER=	zara.mage%yahoo.com@localhost
+HOMEPAGE=	https://sourceforge.net/projects/falcons-eye2/
+COMMENT=	A 3D Falcon's Eye nethack game 
+LICENSE=	Nethack General Public License	
+
+WRKSRC=		${WRKDIR}/falcons-eye2
+USE_LANGUAGES=  C	
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/fastcol ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/falcons-eye2/PLIST b/falcons-eye2/PLIST
new file mode 100644
index 0000000000..bc671d8700
--- /dev/null
+++ b/falcons-eye2/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/falcons-eye2
diff --git a/falcons-eye2/distinfo b/falcons-eye2/distinfo
new file mode 100644
index 0000000000..059aa5c030
--- /dev/null
+++ b/falcons-eye2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (falcons-eye2-0.1.1.tar.gz) = 70cb9be9c1e91fa6ead6719b391f39ed543ca8466d07be9069e0aa2bd5630f50
+SHA512 (falcons-eye2-0.1.1.tar.gz) = 05db8462fbc81ffa7f8ce770e6c46ed758cf0bb308953e3f9af0cdbc67623880ad925a52ce109c41b1c753c6e5ed0c2bf7b37327226df0c771880163cc1aa4a3
+Size (falcons-eye2-0.1.1.tar.gz) = 3860 bytes


Home | Main Index | Thread Index | Old Index