blob: 50d1c3aa0c099da6045d1b5844f026a9b7eee651 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Distributed under the terms of the GNU General Public License v2
SCM_REPOSITORY="https://github.com/jbruchon/jdupes.git"
require scm-git
DOWNLOADS=""
SUMMARY="Identify/delete duplicate files residing within specified directories"
HOMEPAGE="https://github.com/jbruchon/jdupes.git"
LICENCES="MIT"
SLOT="0"
PLATFORMS="~amd64 ~x86"
RESTRICT="test"
src_install() {
default
edo cd "${IMAGE}"
edo mv usr/bin usr/$(exhost --target)/
}
|