ruby: Patches for shebangs on installed gems
[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.53.0
4 TERMUX_PKG_SRCURL=http://pyropus.ca/software/getmail/old-versions/getmail-${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=282596fe33b5a24b3aefe5b268f57efbcdd5b980478901418045b481636f92ab
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 }