summaryrefslogtreecommitdiffhomepage
path: root/307.libfetch.vars
diff options
context:
space:
mode:
Diffstat (limited to '307.libfetch.vars')
-rw-r--r--307.libfetch.vars11
1 files changed, 0 insertions, 11 deletions
diff --git a/307.libfetch.vars b/307.libfetch.vars
deleted file mode 100644
index b1b9d775..00000000
--- a/307.libfetch.vars
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# . ./build.vars and set -o errexit are assumed.
-#
-
-pkg_libfetch_extract_post() {
- cd ${PKG_SUBDIR} && \
- fetch http://git.alpinelinux.org/cgit/aports/plain/main/libfetch/Makefile && \
- cd ${OLDPWD};
-};
-
-# vim:filetype=sh