summaryrefslogtreecommitdiff
path: root/packages/app-misc/jdupes/jdupes.exlib
blob: 8b8dbe54b3af6cb3e4d8d122f91b2270780c0e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>

require github [ user=jbruchon tag=v${PV} ]

SUMMARY="Identify/delete duplicate files residing within specified directories"
LICENCES="MIT"
SLOT="0"

# Test suite removed: https://github.com/jbruchon/jdupes/issues/86
RESTRICT="test"

DEFAULT_SRC_INSTALL_PARAMS=(
    BIN_DIR=/usr/$(exhost --target)/bin
)