Files
horizon-packages/srcpkgs/fetchmail/template
T
2026-08-14 00:36:22 +02:00

30 lines
913 B
Bash

# Template file for 'fetchmail'
pkgname=fetchmail
version=6.6.6
revision=1
build_style=gnu-configure
configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr"
hostmakedepends="python3 pkg-config"
makedepends="openssl-devel"
depends="fetchmailconf"
short_desc="Remote-mail retrieval utility"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="GPL-2.0-only"
homepage="http://fetchmail.sourceforge.net/"
changelog="https://gitlab.com/fetchmail/fetchmail/-/raw/legacy_64/NEWS"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=da99f8c573c4d9e63f493c7e24447126aea25b53b4c076ec79266874e29b1975
post_install() {
vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf"
}
fetchmailconf_package() {
depends="python3-future python3-tkinter"
pkg_install() {
vmove usr/bin/fetchmailconf
vmove usr/share/man/man1/fetchmailconf.1
vmove "${py3_sitelib}"
}
}