From b1679de5b41fb3944874aea0494e2b875a0034b8 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Wed, 6 May 2026 22:53:36 +0100 Subject: [PATCH] New package: andcli-2.6.1 --- srcpkgs/andcli/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/andcli/template diff --git a/srcpkgs/andcli/template b/srcpkgs/andcli/template new file mode 100644 index 00000000000000..04ef42fe099e6a --- /dev/null +++ b/srcpkgs/andcli/template @@ -0,0 +1,18 @@ +# Template file for 'andcli' +pkgname=andcli +version=2.6.1 +revision=1 +build_style=go +go_import_path="github.com/tjblackheart/andcli/v2" +go_package="${go_import_path}/cmd/andcli" +short_desc="2FA TUI for your shell" +maintainer="elbachir-one " +license="MIT" +homepage="https://github.com/tjblackheart/andcli" +changelog="https://github.com/tjblackheart/andcli/releases" +distfiles="https://github.com/tjblackheart/andcli/archive/refs/tags/v${version}.tar.gz" +checksum=fdde2688c2372a8ec566929f04765fff36f820353ea28aeb7138adb73f63798b + +post_install() { + vlicense LICENSE.md LICENSE +}