mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
2ccc8d99c3
Changelogs: https://gitea.com/gitea/tea/releases
24 lines
428 B
Makefile
24 lines
428 B
Makefile
COMMENT = command line tool to interact with Gitea
|
|
|
|
MODGO_MODNAME = code.gitea.io/tea
|
|
MODGO_VERSION = v0.14.1
|
|
|
|
DISTNAME = tea-${MODGO_VERSION}
|
|
WRKDIST = ${WRKDIR}/${MODGO_MODNAME}@${MODGO_VERSION}
|
|
|
|
WANTLIB = pthread
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://gitea.com/gitea/tea
|
|
|
|
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|