# # . ./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