summaryrefslogtreecommitdiff
path: root/misc/hoorex/README
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@iinet.net.au>2015-05-01 21:36:34 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-02 07:53:13 +0700
commit26642564864984d0cf19701167b9a54a93a04f6d (patch)
treee3aa33420c8abdea02f7c855b018f8166d5eae0d /misc/hoorex/README
parentf35a797fd84f8cc91a43084ace972645fa8f4f5a (diff)
downloadslackbuilds-26642564864984d0cf19701167b9a54a93a04f6d.tar.gz
misc/hoorex: Added (Dependency Calculator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/hoorex/README')
-rw-r--r--misc/hoorex/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/hoorex/README b/misc/hoorex/README
new file mode 100644
index 0000000000..82a9417ead
--- /dev/null
+++ b/misc/hoorex/README
@@ -0,0 +1,10 @@
+HooRex is a small tool which, after scanning a local copy of the
+SlackBuilds.org packages repository, provides pertinent information
+about dependency relationships between the packages.
+
+Its main objective is to determine which other packages depend on the
+package(s) being queried. It is also able to answer the reverse query
+i.e. which other packages does the queried package(s) depend on. In
+either case, the output is listed in build order and (using command
+line switches) can be filtered and formatted to accomodate a variety
+of usage scenarios.