🔒 Repository is read-only – file editing is disabled.

recipes/core/libuv/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: libuv
pkgver: '1.52.1'
pkgrel: '1'
pkgdesc: Cross-platform asynchronous I/O
url: 'https://docs.libuv.org/en/v1.x/'
arch: x86_64
depends: []
makedepends:
- libtool
- sed
- automake
source:
- 'https://dist.libuv.org/dist/v${pkgver}/libuv-v${pkgver}.tar.gz'
sha256sums:
- 66d511b9e6e334c0e62279eb234fbfb2b3110b1479c09b95b44c7afca8cff9e7
build: |
  cd ${pkgname}-${pkgver}
  sh autogen.sh
  ./configure --prefix=/usr --disable-static
  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/lib/${pkgname}.la
package: |
  true