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

recipes/core/rhash/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: rhash
pkgver: '1.4.6'
pkgrel: '1'
pkgdesc: Utility for verifying hash sums of files
url: 'https://github.com/rhash/RHash'
arch: x86_64
license:
- BSD
depends: []
makedepends: []
source:
- 'https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz'
sha256sums:
- 9f6019cfeeae8ace7067ad22da4e4f857bb2cfa6c2deaa2258f55b2227ec937a
build: |
  mv RHash-${pkgver} ${pkgname}-${pkgver}
  unset MAKEFLAGS
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --sysconfdir=/etc  \
  --extra-cflags="$CFLAGS"  --extra-ldflags="$LDFLAGS"
  make
  make DESTDIR=${PKGDIR} install

  make -C librhash DESTDIR=${PKGDIR} install-lib-headers \
  install-lib-shared install-so-link

  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
  true