summaryrefslogtreecommitdiff
path: root/ftp/wcurl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wcurl/pkg-descr')
-rw-r--r--ftp/wcurl/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/ftp/wcurl/pkg-descr b/ftp/wcurl/pkg-descr
deleted file mode 100644
index 12e51760f31c..000000000000
--- a/ftp/wcurl/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-wcurl is a simple curl wrapper which lets you use curl to download
-files without having to remember any parameters.
-
-Simply call wcurl with a list of URLs you want to download and wcurl
-will pick sane defaults.
-
-If you need anything more complex, you can provide any of curl's
-supported parameters via the --curl-options option. Just beware that
-you likely should be using curl directly if your use case is not
-covered.