summaryrefslogtreecommitdiff
path: root/yubico-c/Pkgfile
blob: bc3db88fa93ca3602154051e81d7e9106f365038 (plain)
    1 # Description: Yubico YubiKey C library
    2 # URL: https://github.com/Yubico/yubico-c
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: asciidoc
    5 
    6 name=yubico-c
    7 version=1.13
    8 release=1
    9 source=(https://github.com/Yubico/yubico-c/archive/libyubikey-$version.tar.gz)
   10 
   11 build() {
   12   cd $name-libyubikey-$version
   13   autoreconf --install
   14   ./configure --prefix=/usr
   15   make
   16   make DESTDIR=$PKG install
   17 }

Generated by cgit