PORTNAME=	sttr
DISTVERSIONPREFIX=	v
DISTVERSION=	0.2.30
PORTREVISION=	1
CATEGORIES=	textproc

MAINTAINER=	se@FreeBSD.org
COMMENT=	Quickly run various transformations on strings
WWW=		https://github.com/abhimanyu003/sttr

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:1.24+,modules
GO_MODULE=	github.com/abhimanyu003/sttr

PLIST_FILES=	bin/sttr

.include <bsd.port.mk>
