colordiff: Update from 1.0.16 to 1.0.18
[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.54.0
4 TERMUX_PKG_SRCURL=http://pyropus.ca/software/getmail/old-versions/getmail-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=d45657945353c68785b106dd9c5fae6bc2cec8f99fbb202d9dddd4967f483a65
6 TERMUX_PKG_DEPENDS="python2"
7 TERMUX_PKG_BUILD_IN_SRC=yes
8 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
9
10 termux_step_make_install () {
11 python2 setup.py install --prefix=$TERMUX_PREFIX --force
12 }
13
14 termux_step_post_massage () {
15 find . -path '*.pyc' -delete
16 }