diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-11-12 00:40:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-11-12 00:40:04 +0300 |
commit | c5d452d2b1360f5fff7b37f34c5fd30c7b6f7f32 (patch) | |
tree | b8e64ab7da0c43c625843c216860c1dccfd0bcf8 | |
parent | 386802711937117a832a8dce2bc7487ebc51d1ab (diff) | |
parent | 687f907afe444b0a332d174ab36abf4023f0e6c6 (diff) |
Merge branch 'kapsh/sss-repo-jdupes'
-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 +) + |