diff options
Diffstat (limited to 'packages/app-misc/jdupes')
-rw-r--r-- | packages/app-misc/jdupes/jdupes-scm.exheres-0 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/app-misc/jdupes/jdupes-scm.exheres-0 b/packages/app-misc/jdupes/jdupes-scm.exheres-0 new file mode 100644 index 0000000..50d1c3a --- /dev/null +++ b/packages/app-misc/jdupes/jdupes-scm.exheres-0 @@ -0,0 +1,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)/ +} |