summaryrefslogtreecommitdiffhomepage
path: root/361.zsh.vars
diff options
context:
space:
mode:
Diffstat (limited to '361.zsh.vars')
-rw-r--r--361.zsh.vars12
1 files changed, 0 insertions, 12 deletions
diff --git a/361.zsh.vars b/361.zsh.vars
deleted file mode 100644
index 0c4dce28..00000000
--- a/361.zsh.vars
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# . ./build.vars and set -o errexit are assumed.
-#
-
-pkg_zsh_fetch() {
- WGET_ARGS="-O ${PKG_FNAME}";
- fetch "${PKG_URL}";
- fetch "$(sed -ne '/class="direct-download">/s/^\s*<a href="\(.\+\)" class="direct-download">$/\1/p' \
- ${PKG_FNAME})" ${PKG_SHA256SUM};
-};
-
-# vim:filetype=sh