You are not logged in.
I would like to submit this (or similar) PKGBUILD for fidovault.
It is a cli app written in python that enables storing secrets encrypted by any fido2 security key that has the hmac extension.
pkgname=fidovault
pkgver=0.8.0
pkgrel=0
arch=('any')
license=('GPL-3.0-or-later')
pkgdesc='A tool to control access to secrets via symmetric encryption and decryption using hardware FIDO2 keys.'
url='https://github.com/tmo1/fidovault'
depends=(python-cryptography python-fido2)
source=("$pkgname-$pkgver.tar.gz::https://github.com/MartinDerTolle/fidovault-fork/archive/v${pkgver}.tar.gz")
sha256sums=(f835c30ccef3763569758658d76aa6152901a89cfa1ae75289620c92b1fab960)
package() {
cd "$pkgname-$pkgver" || return $?
install -D fidovault.py "$pkgdir/usr/bin/fidovault"
}I'm not really sure about the maintainer comment. I will have to think about whether I want to be the maintainer of the AUR package.
I have already notified the author of the project so he can create a release in the releases section that can be used as the source link.
For now any testing or suggestions are very welcome.
Offline