description="API for the OFX banking standard" url="https://github.com/libofx" packager="spiky " makedepends=(opensp) run=() set=() name=libofx version=0.10.9 source=(https://github.com/libofx/libofx/releases/download/$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }