pkgsrc-WIP-changes archive

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

+ unrest, the engine to Pyrodactyl Games' "Unrest"



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Wed Jul 23 02:52:21 2025 -0700
Changeset:	e38d896069783ead7cbb2f0cb64f7bb0626afd7c

Modified Files:
	Makefile
Added Files:
	unrest/DESCR
	unrest/Makefile
	unrest/PLIST
	unrest/distinfo

Log Message:
+ unrest, the engine to Pyrodactyl Games' "Unrest"

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

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

diffstat:
 Makefile        |  1 +
 unrest/DESCR    |  4 ++++
 unrest/Makefile | 25 +++++++++++++++++++++++++
 unrest/PLIST    |  2 ++
 unrest/distinfo |  5 +++++
 5 files changed, 37 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8a69022d99..69aaa48f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -5839,6 +5839,7 @@ SUBDIR+=	unmo3
 SUBDIR+=	unnethack
 SUBDIR+=	unpaper
 SUBDIR+=	unrealtournament-server
+SUBDIR+=	unrest
 SUBDIR+=	unzip
 SUBDIR+=	uperf
 SUBDIR+=	uprof
diff --git a/unrest/DESCR b/unrest/DESCR
new file mode 100644
index 0000000000..f8dd1aa6cf
--- /dev/null
+++ b/unrest/DESCR
@@ -0,0 +1,4 @@
+Unrest is an adventure RPG that adapts to death, failure, and the choices
+you make. Play as ordinary people struggling for food, safety, freedom, and
+a chance at peace. Explore an ancient Indian city using conversation,
+manipulation and (rarely) violence.
diff --git a/unrest/Makefile b/unrest/Makefile
new file mode 100644
index 0000000000..47c3c3fbd8
--- /dev/null
+++ b/unrest/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	unrest-1
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=dressupgeekout/}
+GITHUB_TAG=	dressupgeekout-${PKGVERSION_NOREV}
+
+MAINTAINER=	charlotte%NetBSD.org@localhost
+HOMEPAGE=	https://pyrodactyl.com/unrest/
+COMMENT=	Engine for Unrest, by Pyrodactyl Games
+LICENSE=	mit
+
+WRKSRC=		${WRKDIR}/unrest-${GITHUB_TAG}/CRAB
+
+USE_LANGUAGES=	c c++
+USE_TOOLS+=	gmake
+
+NO_CONFIGURE=	yes
+
+.include "../../audio/SDL2_mixer/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../fonts/SDL2_ttf/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/unrest/PLIST b/unrest/PLIST
new file mode 100644
index 0000000000..fced98a725
--- /dev/null
+++ b/unrest/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/unrest
diff --git a/unrest/distinfo b/unrest/distinfo
new file mode 100644
index 0000000000..92e9ce4cad
--- /dev/null
+++ b/unrest/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (unrest-1.tar.gz) = 9c1241ceb9d53feddda0814f3812cc2648608bcf2f7f940976b3aa7496699119
+SHA512 (unrest-1.tar.gz) = 3c526fbbbfdfd77e26c165840f01707c5f9398f35adeeca4162582aed6a3316d3ad1f92904ba4fe60be215de8c198f8081905b9d5a29f6113f1fc0fe83890414
+Size (unrest-1.tar.gz) = 6602663 bytes


Home | Main Index | Thread Index | Old Index