From aa05677dde3b89a11c9c40b73164157fbbe060c6 Mon Sep 17 00:00:00 2001 From: Yassine Labidi Date: Sun, 6 Dec 2020 15:50:21 -0500 Subject: [PATCH] New package: 2fa-1.1.0 --- srcpkgs/2fa/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/2fa/template diff --git a/srcpkgs/2fa/template b/srcpkgs/2fa/template new file mode 100644 index 00000000000..ea19e809133 --- /dev/null +++ b/srcpkgs/2fa/template @@ -0,0 +1,16 @@ +# Template file for '2fa' +pkgname=2fa +version=1.1.0 +revision=1 +build_style=go +go_import_path=github.com/rsc/2fa +short_desc="Two-factor authentication agent" +maintainer="hazyan " +license="BSD-3-Clause" +homepage="https://github.com/rsc/2fa" +distfiles="https://github.com/rsc/2fa/archive/v${version}.tar.gz" +checksum=ecd5ba067d3e3bbc3f8c10fa2df01b1b388b1cd6503fb56381573d8d17497755 + +post_install() { + vlicense LICENSE +}