blob: 3a15fe6c9a2c3bed144bb9d8871d64d5af3c70ab [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001SUMMARY = "Rdfind is a program that finds duplicate files"
2HOMEPAGE = "https://rdfind.pauldreik.se/"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
5
6DEPENDS = "nettle autoconf-archive"
7
8SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz"
9SRC_URI[sha256sum] = "7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279"
10
11inherit autotools
12
13BBCLASSEXTEND = "native"