www-apps/libravatarserv - 0.7.5 (tastytea)

Search

Package Information

Homepage:
https://schlomp.space/tastytea/libravatarserv

Ebuild Details

Version EAPI Keywords Slot
0.7.5 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

if [[ "${PV}" == "9999" ]]; then
	inherit git-r3
fi

DESCRIPTION="Simple libravatar server"
HOMEPAGE="https://schlomp.space/tastytea/libravatarserv"
if [[ "${PV}" == "9999" ]]; then
	EGIT_REPO_URI="https://schlomp.space/tastytea/libravatarserv.git"
else
	SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz
		-> ${P}.tar.gz"
	KEYWORDS="~amd64"
	S="${WORKDIR}/${PN}"
fi

LICENSE="GPL-3"
SLOT="0"
IUSE=""

RDEPEND="
	dev-libs/crypto++:=
	media-gfx/imagemagick:=
	dev-libs/libxdg-basedir
	dev-cpp/identiconpp
"
DEPEND="${RDEPEND}"

DOCS=("README.md" "doc/nginx-example.conf")

Dependencies

DEPEND

	dev-libs/crypto++:=
	media-gfx/imagemagick:=
	dev-libs/libxdg-basedir
	dev-cpp/identiconpp

RDEPEND

	dev-libs/crypto++:=
	media-gfx/imagemagick:=
	dev-libs/libxdg-basedir
	dev-cpp/identiconpp

Manifest for 0.7.5

Type File Size Source URLs
DIST libravatarserv-0.7.5.tar.gz 24359 bytes https://schlomp.space/tastytea/libravatarserv/archive/0.7.5.tar.gz