# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Fast and efficient greylist server with DNSBL support"
HOMEPAGE="https://codeberg.org/bizdelnick/gross"
SRC_URI="https://codeberg.org/bizdelnick/${PN}/releases/download/v1.1.0a1/${PN}-1.1.0~a1.tar.xz -> ${P}.tar.gz"

#PATCHES=(
#	"${FILESDIR}"/compile.patch
#)

LICENSE="ISC"
SLOT="0"
KEYWORDS=""
IUSE="+dns spf"

DEPEND="
	dns? ( net-dns/c-ares )
	spf? ( mail-filter/libspf2 )
"
RDEPEND="
	${DEPEND}
	acct-group/gross
	acct-user/gross
"

src_install() {
	default

	newinitd "${FILESDIR}"/gross.initd gross
}