pkgname: libfyaml pkgver: '0.9.6' pkgrel: 1 pkgdesc: Fully feature complete YAML parser and emitter' url: 'https://pantoniou.github.io/libfyaml/' arch: x86_64 license: - MIT depends: [] makedepends: - grep - autoconf - libtool source: - 'https://github.com/pantoniou/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} autoreconf -fiv ./configure --prefix=/usr make DESTDIR=${PKGDIR} install install -Dm644 LICENSE -t ${PKGDIR}/usr/share/licenses/${pkgname} package: | true