pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/unrest



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Fri Sep  4 22:48:52 UTC 2026

Added Files:
        pkgsrc/games/unrest: DESCR Makefile PLIST distinfo

Log Message:
games/unrest: New package

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/unrest/DESCR pkgsrc/games/unrest/Makefile \
    pkgsrc/games/unrest/PLIST pkgsrc/games/unrest/distinfo

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

Added files:

Index: pkgsrc/games/unrest/DESCR
diff -u /dev/null pkgsrc/games/unrest/DESCR:1.1
--- /dev/null   Fri Sep  4 22:48:52 2026
+++ pkgsrc/games/unrest/DESCR   Fri Sep  4 22:48:52 2026
@@ -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.
Index: pkgsrc/games/unrest/Makefile
diff -u /dev/null pkgsrc/games/unrest/Makefile:1.1
--- /dev/null   Fri Sep  4 22:48:52 2026
+++ pkgsrc/games/unrest/Makefile        Fri Sep  4 22:48:52 2026
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2026/09/04 22:48:52 charlotte Exp $
+
+DISTNAME=      unrest-1.1.0
+CATEGORIES=    games
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=dressupgeekout/}
+
+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"
Index: pkgsrc/games/unrest/PLIST
diff -u /dev/null pkgsrc/games/unrest/PLIST:1.1
--- /dev/null   Fri Sep  4 22:48:52 2026
+++ pkgsrc/games/unrest/PLIST   Fri Sep  4 22:48:52 2026
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2026/09/04 22:48:52 charlotte Exp $
+bin/unrest
Index: pkgsrc/games/unrest/distinfo
diff -u /dev/null pkgsrc/games/unrest/distinfo:1.1
--- /dev/null   Fri Sep  4 22:48:52 2026
+++ pkgsrc/games/unrest/distinfo        Fri Sep  4 22:48:52 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/09/04 22:48:52 charlotte Exp $
+
+BLAKE2s (unrest-1.1.0.tar.gz) = 47cd04d8363c1aeab4ee9455c989dd50b4388af2b2238c680f75bb0f5cff85e1
+SHA512 (unrest-1.1.0.tar.gz) = 082f3cb2cffc5690b940f37c0108fe6351bef6e6a942a0f68158aed1f46f4f7fd7f0a66188e9c3190491f22894088f1dd7e3832e0d313159a9ce2db48da3e0b4
+Size (unrest-1.1.0.tar.gz) = 315409 bytes



Home | Main Index | Thread Index | Old Index