# Description: OFX format parser and api # URL: https://github.com/libofx/libofx # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: opensp gengetopt name=libofx version=0.10.9 release=1 source=(https://github.com/${name}/${name}/archive/refs/tags/${version}.tar.gz) build() { cd ${name}-${version} autoreconf -vi ./configure --prefix=/usr --disable-static make make DESTDIR=${PKG} install rm -r "${PKG}/usr/share/doc" } # vim: set ft=sh ts=2 et: