about summary refs log tree commit diff
path: root/pkgs/applications/plasma-mobile
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2021-07-13 20:55:54 -0400
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2021-10-05 23:21:43 -0400
commitb77fcd30a9c2c51fbd6c18817461e049a3d8cd27 (patch)
treee8bfb03596b3e024f35a79cffefeaf9f5d4523aa /pkgs/applications/plasma-mobile
parent3e9044f4caa0898fd4c5cb576cbb98aaf9031ab7 (diff)
applications/plasma-mobile: Add fetch script
Used similarly to the KDE Gear scripts:

```
 $ ./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/plasma-mobile/
```
Diffstat (limited to 'pkgs/applications/plasma-mobile')
-rw-r--r--pkgs/applications/plasma-mobile/fetch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/plasma-mobile/fetch.sh b/pkgs/applications/plasma-mobile/fetch.sh
new file mode 100644
index 0000000000000..29a8e6b4c7923
--- /dev/null
+++ b/pkgs/applications/plasma-mobile/fetch.sh
@@ -0,0 +1 @@
+WGET_ARGS=( http://download.kde.org/stable/plasma-mobile/21.05 -A '*.tar.xz' )