contrib/getmail/Pkgfile

16 lines
456 B
Plaintext
Raw Normal View History

2007-02-22 11:02:58 +01: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 12:24:57 +02:00
# Depends on: python3
2007-02-22 11:02:58 +01:00
name=getmail
2020-08-21 12:24:57 +02:00
version=6.03
2008-03-05 12:39:51 +01:00
release=1
2020-08-21 12:24:57 +02:00
source=(https://github.com/getmail6/getmail6/archive/v$version/$name-$version.tar.gz)
2007-02-22 11:02:58 +01:00
build() {
2020-08-21 12:24:57 +02:00
cd ${name}6-$version
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG
rm -fr $PKG/usr/share/doc
2007-02-22 11:02:58 +01:00
}