pkgname: libev pkgver: '4.33' pkgrel: '2' pkgdesc: 'A full-featured and high-performance event loop' url: 'https://software.schmorp.de/pkg/libev.html' arch: x86_64 depends: [] makedepends: [] source: - 'https://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr make make DESTDIR=${PKGDIR} install rm ${PKGDIR}/usr/include/event.h # Obsolet lib rm -f ${PKGDIR}/usr/lib/libev.la package: | true