summaryrefslogtreecommitdiffhomepage
path: root/365.libfetch.vars
diff options
context:
space:
mode:
Diffstat (limited to '365.libfetch.vars')
-rw-r--r--365.libfetch.vars11
1 files changed, 0 insertions, 11 deletions
diff --git a/365.libfetch.vars b/365.libfetch.vars
deleted file mode 100644
index b1b9d775..00000000
--- a/365.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