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