about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.5/fetch.sh
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-08-25 10:06:23 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-08-25 10:07:03 -0500
commitf4bb247bd63762fb431fc8ec60ccf8fc4f63aeed (patch)
tree6e2ccd59150a89a81cdda1c403edefb3b529c55f /pkgs/development/libraries/qt-5/5.5/fetch.sh
parentb71d71c576df3dbac8af76241260246010e08536 (diff)
downloadnixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.tar
nixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.tar.gz
nixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.tar.bz2
nixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.tar.lz
nixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.tar.xz
nixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.tar.zst
nixlib-f4bb247bd63762fb431fc8ec60ccf8fc4f63aeed.zip
fetch-kde-qt.sh: modularize script allowing multiple versions
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.5/fetch.sh')
-rwxr-xr-xpkgs/development/libraries/qt-5/5.5/fetch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.5/fetch.sh b/pkgs/development/libraries/qt-5/5.5/fetch.sh
new file mode 100755
index 000000000000..512d985f346a
--- /dev/null
+++ b/pkgs/development/libraries/qt-5/5.5/fetch.sh
@@ -0,0 +1,3 @@
+WGET_ARGS=( http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/ \
+            http://download.qt.io/community_releases/5.5/5.5.1/ \
+            -A '*.tar.xz' )