1
0
forked from ports/contrib

16 lines
456 B
Plaintext
Raw Normal View History

2007-02-22 20:02:58 +10:00
# Description: POP3 mail retriever with reliable Maildir and command delivery
2008-03-26 22:21:55 +01:00
# URL: http://pyropus.ca/software/getmail/
# Maintainer: Thomas Penteker, tek at serverop dot de
2020-08-21 10:24:57 +00:00
# Depends on: python3
2007-02-22 20:02:58 +10:00
name=getmail
2020-08-21 10:24:57 +00:00
version=6.03
2008-03-05 21:39:51 +10:00
release=1
2020-08-21 10:24:57 +00:00
source=(https://github.com/getmail6/getmail6/archive/v$version/$name-$version.tar.gz)
2007-02-22 20:02:58 +10:00
build() {
2020-08-21 10:24:57 +00:00
cd ${name}6-$version
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
rm -fr $PKG/usr/share/doc
2007-02-22 20:02:58 +10:00
}