Files
ports/misc/wacli/Makefile
T
2026-07-10 09:54:15 +02:00

22 lines
405 B
Makefile

PORTNAME= wacli
DISTVERSIONPREFIX= v
DISTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= WhatsApp CLI with offline search and message sync
WWW= https://github.com/steipete/wacli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.25+,modules
GO_MODULE= github.com/steipete/wacli
GO_TARGET= ./cmd/wacli
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>