summaryrefslogtreecommitdiffstats
path: root/x11/xinput_calibrator/DOWNLOAD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xinput_calibrator/DOWNLOAD')
-rwxr-xr-xx11/xinput_calibrator/DOWNLOAD4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xinput_calibrator/DOWNLOAD b/x11/xinput_calibrator/DOWNLOAD
new file mode 100755
index 0000000000..9ee7b150ad
--- /dev/null
+++ b/x11/xinput_calibrator/DOWNLOAD
@@ -0,0 +1,4 @@
+if [[ ! -e "${SOURCE_CACHE}/${SOURCE}" ]]; then
+ wget -c --no-check-certificate -O ${SOURCE} ${SOURCE_URL} &&
+ mv ${SOURCE} ${SOURCE_CACHE}
+fi