diff options
-rw-r--r-- | metadata/categories.conf | 1 | ||||
-rw-r--r-- | packages/app-misc/jdupes/jdupes-scm.exheres-0 | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/metadata/categories.conf b/metadata/categories.conf index 15c516c..e28d404 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -21,3 +21,4 @@ media-libs sys-fs x11-libs x11-apps +app-misc 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)/ +} |