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

recipes/utils/libnfs/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: libnfs
pkgver: '7.0.0'
pkgrel: 1
pkgdesc: client library for accessing NFS shares
url: 'https://github.com/sahlberg/libnfs'
arch: x86_64
depends: []
makedepends:
- libtool
- autoconf
- automake
- kerberos
source:
- 'https://github.com/sahlberg/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  autoreconf -vif
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
package: |
  true