blob: a8d45ff6d26965c22439e63ea5361960f4168e3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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
MAN_DIR=/usr/share/man
)
|