sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / net-ftp / uftpd / uftpd-2.11.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="The no nonsense TFTP/FTP server"
7 HOMEPAGE="https://github.com/troglobit/uftpd"
8 SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
9
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 DEPEND="
16         >=dev-libs/libite-1.5
17         >=dev-libs/libuev-2.2"
18
19 RDEPEND="
20         ${DEPEND}
21         !net-misc/uftp
22         !net-ftp/atftp"