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

recipes/utils/patchelf/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: patchelf
pkgver: '0.19.1'
pkgrel: '1'
pkgdesc: 'A small utility to modify the dynamic linker and RPATH of ELF executables'
url: 'https://nixos.org/patchelf.html'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/NixOS/patchelf/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true