# Description: Components for one-time password authentication systems # URL: http://www.nongnu.org/oath-toolkit # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: xmlsec name=oath-toolkit version=2.6.14 release=1 source=("https://codeberg.org/${name}/${name}/releases/download/v${version}/${name}-${version}.tar.gz") build() { cd "${name}-${version}" ./configure --prefix=/usr make make DESTDIR=${PKG} install }