You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
585 B
16 lines
585 B
TERMUX_PKG_HOMEPAGE=http://pyropus.ca/software/getmail/
|
|
TERMUX_PKG_DESCRIPTION="fetchmail replacement relatively easy to configure"
|
|
TERMUX_PKG_VERSION=5.4
|
|
TERMUX_PKG_SHA256=ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7
|
|
TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/getmail-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_DEPENDS="python2"
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
|
|
|
|
termux_step_make_install () {
|
|
python2 setup.py install --prefix=$TERMUX_PREFIX --force
|
|
}
|
|
|
|
termux_step_post_massage () {
|
|
find . -path '*.pyc' -delete
|
|
}
|
|
|