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

recipes/core/rdfind/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: rdfind
pkgver: '1.8.0'
pkgrel: '2'
pkgdesc: 'Redundant data find - a program that finds duplicate files'
url: 'https://rdfind.pauldreik.se'
arch: x86_64
license:
- 'GPL-2.0-only'

depends: []
makedepends:
- nettle

source:
- 'https://rdfind.pauldreik.se/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./bootstrap.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install
  install -dm755 ${PKGDIR}/usr/share/doc/${pkgname}
  install -m644 AUTHORS ChangeLog README \
  ${PKGDIR}/usr/share/doc/${pkgname}

package: |
  true