head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.08.06.13.08.06;	author taca;	state Exp;
branches;
next	;
commitid	k6Sv6kXOY9F4VzQG;


desc
@@


1.1
log
@textproc/go-transifex-cli: add version 1.6.17

This is successor of devel/transifex-client.


The Transifex Command-line Client (APIv3) is a command line tool that
enables you to easily manage your translations within a project without the
need of an elaborate UI system.

You can use the command line client to easily create new resources, map
locale files to translations and synchronize your Transifex project with
your local repository and vice verca. Translators and localization managers
can also use it to handle large volumes of translation files easily and
without much hassle.
@
text
@# $NetBSD$
#

DISTNAME=	cli-${VERS}
PKGNAME=	go-transifex-${DISTNAME}
CATEGORIES=	textproc
MASTER_SITES=	${MASTER_SITE_GITHUB:=transifex/}
GITHUB_PROJECT=	cli
GITHUB_TAG=	v${VERS}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/transifex/cli
COMMENT=	Command line interface for Transifex
LICENSE=	apache-2.0

VERS=		1.6.17

.include "go-modules.mk"

pre-install:
	cd ${WRKDIR}/.gopath/bin && ${MV} cli tx

.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
@
