openbsd-ports/games/clidle/Makefile
sdk c226c5815f Import clidle v0.0.0-20220208035357
This is the popular wordle game for the terminal, written in go.

Guess the word in six tries. Each guess must be a valid five-letter
word. Hit enter to submit. After each guess, the color of the tiles will
change to show how close your guess was to the word.

With suggestions from op@

ok op@
2022-04-17 18:41:41 +00:00

21 lines
344 B
Makefile

COMMENT = wordle game for the terminal
MODGO_MODNAME = github.com/ajeetdsouza/clidle
MODGO_VERSION = v0.0.0-20220208035357-5e4a725489f9
DISTNAME = clidle-${MODGO_VERSION}
PKGNAME = clidle-0.0.0pl20220208
CATEGORIES = games
# MIT
PERMIT_PACKAGE = yes
MODULES = lang/go
WANTLIB += c pthread
.include "modules.inc"
.include <bsd.port.mk>