16 lines
554 B
Makefile
16 lines
554 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||
|
|
||
|
PKG_NAME="fdupes"
|
||
|
PKG_VERSION="1.6.1"
|
||
|
PKG_SHA256="9d6b6fdb0b8419815b4df3bdfd0aebc135b8276c90bbbe78ebe6af0b88ba49ea"
|
||
|
PKG_LICENSE="GPL"
|
||
|
PKG_SITE="http://premium.caribe.net/~adrian2/fdupes.html"
|
||
|
PKG_URL="https://github.com/adrianlopezroche/fdupes/archive/v${PKG_VERSION}.tar.gz"
|
||
|
PKG_DEPENDS_TARGET="toolchain"
|
||
|
PKG_LONGDESC="A program for identifying or deleting duplicate files residing within specified directories."
|
||
|
|
||
|
makeinstall_target() {
|
||
|
: # nop
|
||
|
}
|