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

recipes/core/libaio/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: libaio
pkgver: '0.3.113'
pkgrel: '2'
pkgdesc: The Linux-native asynchronous I/O facility (aio) library
url: 'https://pagure.io/libaio'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://deb.debian.org/debian/pool/main/liba/libaio/libaio_${pkgver}.orig.tar.gz'
sha256sums:
- 2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b
build: |
  cd ${pkgname}-${pkgver}

  make
  make prefix=${PKGDIR}/usr install

  install -vDm 644 {ChangeLog,README.md} -t ${PKGDIR}/usr/share/doc/${pkgname}/
  install -vDm 644 man/*.3 -t ${PKGDIR}/usr/share/man/man3/
package: |
  true