libnghttp2: Update from 1.31.0 to 1.31.1
[termux-packages] / packages / resolv-conf / build.sh
1 TERMUX_PKG_HOMEPAGE=http://man7.org/linux/man-pages/man5/resolv.conf.5.html
2 TERMUX_PKG_DESCRIPTION="Resolver configuration file"
3 TERMUX_PKG_VERSION=1.1
4
5 termux_step_make_install () {
6 _RESOLV_CONF=$TERMUX_PREFIX/etc/resolv.conf
7 printf "nameserver 8.8.8.8\nnameserver 8.8.4.4" > $_RESOLV_CONF
8 }