head	1.5;
access;
symbols
	pkgsrc-2026Q2:1.2.0.2
	pkgsrc-2026Q2-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2026.08.22.15.19.13;	author bsiegert;	state Exp;
branches;
next	1.4;
commitid	y6FJlsYJaKI18ESG;

1.4
date	2026.08.15.12.53.34;	author bsiegert;	state Exp;
branches;
next	1.3;
commitid	5lqJISwxui9ZxJRG;

1.3
date	2026.07.08.18.32.39;	author bsiegert;	state Exp;
branches;
next	1.2;
commitid	cDbYxmIrkrXYDSMG;

1.2
date	2026.06.05.10.21.49;	author bsiegert;	state Exp;
branches
	1.2.2.1;
next	1.1;
commitid	jt8yVpLxXvatZAIG;

1.1
date	2026.05.30.19.04.19;	author ryoon;	state Exp;
branches;
next	;
commitid	wLRG8oFuzHLQ4SHG;

1.2.2.1
date	2026.07.14.00.36.03;	author maya;	state Exp;
branches;
next	;
commitid	sHC3bIiGgkiEuyNG;


desc
@@


1.5
log
@Revbump all Go packages after go126 update
@
text
@# $NetBSD: Makefile,v 1.4 2026/08/15 12:53:34 bsiegert Exp $

DISTNAME=	zauth-0.0.0pre20230628
PKGREVISION=	4
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GITHUB:=RijulGulati/}
GITHUB_TAG=	aa4767a896c1f73ae58b0044ad78f2681d017680
GITHUB_PROJECT=	zauth

MAINTAINER=	ryoon@@NetBSD.org
HOMEPAGE=	${MASTER_SITE_GITHUB:=RijulGulati/zauth/}
COMMENT=	2FA application for CLI terminal
LICENSE=	mit

do-install:
	${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/zauth ${DESTDIR}${PREFIX}/bin

.include "go-modules.mk"

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


1.4
log
@Revbump all Go packages after Go 1.26 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2026/07/08 18:32:39 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	3
@


1.3
log
@Revbump all Go packages after go126 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2026/06/05 10:21:49 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.2
log
@Revbump all Go packages after go126 security update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2026/05/30 19:04:19 ryoon Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.2.2.1
log
@Revbump all Go packages after go126 update
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2026/06/05 10:21:49 bsiegert Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.1
log
@security/zauth: import zauth-0.0.0pre20230628

zauth is a 2FA (Two-Factor Authentication) application for terminal
written in Go.

Features
  * Supports both TOTP and HOTP codes.
  * Add new entries directly from CLI.
      * support setting custom digits (default: 6)
      * support setting a custom period (TOTP) (default: 30)
      * support SHA1, SHA256 and SHA512 algorithms (TOTP)
  * Import/Export andOTP backups (encrypted files supported).
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.86 2026/04/08 05:45:06 bsiegert Exp $
d4 1
@

