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

recipes/core/libffi/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: libffi
pkgver: '3.8.0'
pkgrel: 1
pkgdesc: Provide a portable, high level programming interface to various calling conventions.
url: 'https://sourceware.org/libffi/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
  --disable-static \
  --with-gcc-arch=native \
  --disable-exec-static-tramp
  make
  make check || true
  make DESTDIR=${PKGDIR} install
package: |
  rm -f ${PKGDIR}/usr/lib/libffi.la