summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5676dd7a4d91dc0a953ba4b85dffc311fb1dac6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>

pkgname=totp-cli
pkgver=1.2.0
pkgrel=1
pkgdesc="Cli application to generate OTP tokens for two-factor authentication."
arch=(any)
url="https://github.com/hobarrera/totp-cli"
license=('MIT')
depends=("ruby-rotp" "ruby-cmdparse" "xclip" "pass")
source=("https://github.com/hobarrera/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('cbfeffa74a9b9eaa04bbb9524afe0ad5')

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir/" PREFIX=usr install
}