summaryrefslogtreecommitdiff
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
parent0712c6c857152c2a59ab587139449941e9d798ab (diff)
jdupes-scm added
-rw-r--r--metadata/categories.conf1
-rw-r--r--packages/app-misc/jdupes/jdupes-scm.exheres-019
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)/
+}