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, 11 insertions, 0 deletions
diff --git a/365.libfetch.vars b/365.libfetch.vars
new file mode 100644
index 00000000..b1b9d775
--- /dev/null
+++ b/365.libfetch.vars
@@ -0,0 +1,11 @@
+#
+# . ./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