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


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

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


desc
@@


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

DISTNAME=	zauth-0.0.0pre20230628
PKGREVISION=	1
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.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
@

