summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb')
-rw-r--r--meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb b/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb
new file mode 100644
index 0000000000..71ee7871c4
--- /dev/null
+++ b/meta-oe/recipes-support/rdfind/rdfind_1.8.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "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] = "0a2d0d32002cc2dc0134ee7b649bcc811ecfb2f8d9f672aa476a851152e7af35"
10
11inherit autotools
12
13BBCLASSEXTEND = "native"