summaryrefslogtreecommitdiff
path: root/flx/init-clamav/init-clamav-0.92.1.ebuild
blob: 1da3bdb94ae75092d214decd12c7b88460215860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit flx-init-scripts

EGIT_BRANCH="0-flx0"
EGIT_COMMIT="v0.92.1-flx0.1"

KEYWORDS="amd64 x86"
RDEPEND=">=app-antivirus/clamav-${PV}"

SVCNAME="clamd"

PATCHES=(
	"${FILESDIR}/${PV}-Use-standard-PATH.patch"
)