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