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