summaryrefslogtreecommitdiffhomepage
path: root/367.libfetch.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-09 10:45:09 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-09 10:45:09 +0100
commit5a3901a1577bd99715893ce41b0d778af341df07 (patch)
tree3130c208f86ce90798f9cf1c7741bf6676d31f7a /367.libfetch.vars
parent6d967c862d7c1289cbecab527014b86e9ac6d1a0 (diff)
downloadmidipix_build-5a3901a1577bd99715893ce41b0d778af341df07.tar.bz2
midipix_build-5a3901a1577bd99715893ce41b0d778af341df07.tar.xz
Adds libfetch and apk-tools.
Diffstat (limited to '367.libfetch.vars')
-rw-r--r--367.libfetch.vars11
1 files changed, 11 insertions, 0 deletions
diff --git a/367.libfetch.vars b/367.libfetch.vars
new file mode 100644
index 00000000..b1b9d775
--- /dev/null
+++ b/367.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