### this file is sourced not run
PKGVER=2019.01
PKGBUILD=1
PKGARCH=

# source: james
TARBALL=aov-imap-fetch-$PKGVER.tar.gz
MD5SUM=124953b9cdf468a1f60ad5bb0ee45299
SRC_URL=http://triptico.com/download/aov-imap-fetch.tar.gz
BUNDLE=

SLACKREQ='python3' # 
SLACKDESC="aov-imap-fetch: aov-imap-fetch $PKGVER (Fetch contents of IMAP server)
aov-imap-fetch: 
aov-imap-fetch: Fetches the content of an IMAP4 server. This is NOT A SYNC TOOL nor 
aov-imap-fetch: is expected to be. The content of the server is not touched; messages 
aov-imap-fetch: that are no longer in the server are moved to a special Maildir 
aov-imap-fetch: folder aptly named 'no-longer-in-the-server'.
aov-imap-fetch: 
aov-imap-fetch: https://triptico.com/software/aov-imap-fetch.html
aov-imap-fetch: 
aov-imap-fetch: 
aov-imap-fetch: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/aov-imap-fetch*
	make install PREFIX=/usr/bin &&
	pkg_build_slackdesc
}
