summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-06 23:57:56 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-06 23:57:56 +0300
commitbb32c27656d2b6247777c89edd7584f9a061bf7c (patch)
treea9516ee74d060dcdcf9407bd8a526f2adaab703f /packages
parent0712c6c857152c2a59ab587139449941e9d798ab (diff)
jdupes-scm added
Diffstat (limited to 'packages')
-rw-r--r--packages/app-misc/jdupes/jdupes-scm.exheres-019
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)/
+}