head	1.2;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.06.24.07.29.56;	author pin;	state Exp;
branches;
next	1.1;
commitid	zHtNYOElXmkNq1LG;

1.1
date	2026.04.29.19.14.03;	author wiz;	state Exp;
branches;
next	;
commitid	UKkngfdzXLiY7TDG;


desc
@@


1.2
log
@games/setrixtui: update to 0.4.2

No changelog, no Github release tag. Released 3 months ago only on crates.io
@
text
@# $NetBSD: Makefile,v 1.1 2026/04/29 19:14:03 wiz Exp $

#DISTNAME=	Setrixtui-0.4.2
DISTNAME=	setrixtui-0.4.2
#PKGNAME=	${DISTNAME:tl}
CATEGORIES=	games
#MASTER_SITES=	${MASTER_SITE_GITHUB:=Mjoyufull/}
MASTER_SITES=	https://static.crates.io/crates/setrixtui/
EXTRACT_SUFX=	.crate

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/Mjoyufull/Setrixtui/
COMMENT=	Tetris Sand game in Ratatui
LICENSE=	gnu-gpl-v3

.include "cargo-depends.mk"

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@games/setrixtui: import setrixtui-0.4.1

Packaged for wip by pin@@

Setrixtui is a Setris/Sandtrix-style game in the terminal. Place
coloured blocks; when they lock, they turn into sand.

Clear lines by making a single colour connect the left edge to the
right edge (8-neighbour, path can be diagonal).

Matching piece colours and completing those spans scores points;
remaining sand falls under gravity.
@
text
@d1 1
a1 1
# $NetBSD$
d3 3
a5 2
DISTNAME=	Setrixtui-0.4.1
PKGNAME=	${DISTNAME:tl}
d7 3
a9 1
MASTER_SITES=	${MASTER_SITE_GITHUB:=Mjoyufull/}
@

