🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: findutils
pkgver: '4.11.0'
pkgrel: '1'
pkgdesc: GNU utilities to locate files
url: 'https://www.gnu.org/software/findutils/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://ftp.gnu.org/gnu/findutils/findutils-${pkgver}.tar.xz'
sha256sums:
- bfd19cb06cc71f3352d567e90284d8cdac02ac89774bbeadf0b533b0c11432fd
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--localstatedir=/var/lib/locate
make
# make check
make DESTDIR=${PKGDIR} install
package: |
true