blob: b1b9d775dd38cbde634ae53f5547e11324c9dc79 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|