summaryrefslogtreecommitdiff
path: root/any/pass-otp_fix-htop-counter-git/PKGBUILD
blob: 3867f785e51c43f93f0dcc7a8031c5278cb3be03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Morten Linderud <foxboron@archlinux.org>
# Contibutor: Alexandre Pujol <alexandre@pujol.io>

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
}