From 710c688cef1dddd3ae0af8250826fab17a7a14e7 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 1 Nov 2023 00:37:00 -0700 Subject: init --- any/pass-otp_fix-htop-counter-git/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 any/pass-otp_fix-htop-counter-git/PKGBUILD (limited to 'any/pass-otp_fix-htop-counter-git/PKGBUILD') diff --git a/any/pass-otp_fix-htop-counter-git/PKGBUILD b/any/pass-otp_fix-htop-counter-git/PKGBUILD new file mode 100644 index 0000000..3867f78 --- /dev/null +++ b/any/pass-otp_fix-htop-counter-git/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Morten Linderud +# Contibutor: Alexandre Pujol + +pkgname='pass-otp' +pkgver=1.2.0 +pkgrel=2 +pkgdesc='A pass extension for managing one-time-password (OTP) tokens.' +arch=('any') +url='https://github.com/tadfisher/pass-otp' +license=('GPL3') +depends=('pass' + 'oath-toolkit' + 'qrencode') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tadfisher/pass-otp/archive/v${pkgver}.tar.gz") +sha256sums=('5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67') + + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-70-g09d2