# 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}" nonfatal edo mkdir -p usr/$(exhost --target)/bin edo mv usr/bin/* usr/$(exhost --target)/bin/ edo rmdir usr/bin }