🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: libofx
pkgver: '0.10.9'
pkgrel: '2'
pkgdesc: 'API for the OFX banking standard'
url: 'https://github.com/libofx'
arch: x86_64
depends: []
makedepends:
- opensp
source:
- 'https://github.com/libofx/libofx/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true