diff options
-rw-r--r-- | metadata/repository_mask.conf | 1 | ||||
-rw-r--r-- | packages/app-misc/jdupes/jdupes-1.11.exheres-0 | 7 | ||||
-rw-r--r-- | packages/app-misc/jdupes/jdupes-scm.exheres-0 | 14 | ||||
-rw-r--r-- | packages/app-misc/jdupes/jdupes.exlib | 16 |
4 files changed, 25 insertions, 13 deletions
diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 4e44a55..93e2418 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -9,6 +9,7 @@ ]] ( + app-misc/jdupes[~scm] net-libs/stem[~scm] sys-power/nut[~scm] ) diff --git a/packages/app-misc/jdupes/jdupes-1.11.exheres-0 b/packages/app-misc/jdupes/jdupes-1.11.exheres-0 new file mode 100644 index 0000000..12beb79 --- /dev/null +++ b/packages/app-misc/jdupes/jdupes-1.11.exheres-0 @@ -0,0 +1,7 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require jdupes + +PLATFORMS="~amd64 ~x86" + diff --git a/packages/app-misc/jdupes/jdupes-scm.exheres-0 b/packages/app-misc/jdupes/jdupes-scm.exheres-0 index 92f15de..12beb79 100644 --- a/packages/app-misc/jdupes/jdupes-scm.exheres-0 +++ b/packages/app-misc/jdupes/jdupes-scm.exheres-0 @@ -1,19 +1,7 @@ # Distributed under the terms of the GNU General Public License v2 # Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru> -require github [ user=jbruchon ] +require jdupes -DOWNLOADS="" -SUMMARY="Identify/delete duplicate files residing within specified directories" -LICENCES="MIT" -SLOT="0" PLATFORMS="~amd64 ~x86" -RESTRICT="test" -#./test.sh -#make: ./test.sh: Command not found - - -DEFAULT_SRC_INSTALL_PARAMS=( - PREFIX=/usr/$(exhost --target) -) diff --git a/packages/app-misc/jdupes/jdupes.exlib b/packages/app-misc/jdupes/jdupes.exlib new file mode 100644 index 0000000..8b8dbe5 --- /dev/null +++ b/packages/app-misc/jdupes/jdupes.exlib @@ -0,0 +1,16 @@ +# 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 +) + |