getmail: Update from 4.50.0 to 4.51.0
[termux-packages] / packages / getmail / build.sh
1 TERMUX_PKG_HOMEPAGE=http://pyropus.ca/software/getmail/
2 TERMUX_PKG_DESCRIPTION="fetchmail replacement relatively easy to configure"
3 TERMUX_PKG_VERSION=4.51.0
4 TERMUX_PKG_SRCURL=http://pyropus.ca/software/getmail/old-versions/getmail-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_DEPENDS="python2"
6 TERMUX_PKG_BUILD_IN_SRC=yes
7 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
8
9 termux_step_make_install () {
10 python2 setup.py install --prefix=$TERMUX_PREFIX --force
11 }
12
13 termux_step_post_massage () {
14 find . -path '*.pyc' -delete
15 }