Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/andcli/template
Original file line number Diff line number Diff line change
@@ -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 <bachiralfa@gmail.com>"
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
}
Loading