🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
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