summaryrefslogtreecommitdiff
path: root/system/dget/README
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2018-11-16 15:07:51 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-17 18:42:49 +0700
commit0d7d3dd2cc915eed232c0af368ca68d95654c2d6 (patch)
tree0735dfd87c50ee0edb2aea13257e446a7ddfcaff /system/dget/README
parent93d42071990aa7d878a66d7c80b302681a87c055 (diff)
downloadslackbuilds-0d7d3dd2cc915eed232c0af368ca68d95654c2d6.tar.gz
system/dget: Added (utility to download debian sources).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/dget/README')
-rw-r--r--system/dget/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/dget/README b/system/dget/README
new file mode 100644
index 0000000000..af0a1e32e0
--- /dev/null
+++ b/system/dget/README
@@ -0,0 +1,12 @@
+dget (utility to download debian sources)
+
+dget is part of Debian package called "devscripts" and is a tool to
+get debian binary packages or sources in CLI mode.
+
+For simple usage: dget -x -u DEBIAN|UBUNTU_URL/package.dsc, like:
+
+$ dget -x -u http://http.debian.net/../../../../../devscripts_2.15.9.dsc
+
+The sources and patches will download and extracted on current location.
+
+NOTE: On Debian systems dget also can build packages.