1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Erlang Redis client"
9 HOMEPAGE="https://github.com/wooga/eredis"
10 SRC_URI="https://github.com/wooga/${PN}/archive/v${PV}.tar.gz
15 KEYWORDS="amd64 ~arm ~sparc ~x86"
17 DEPEND=">=dev-lang/erlang-17.1"
20 DOCS=( AUTHORS CHANGELOG.md README.md )
22 # Needs running redis instance at 127.0.0.1:6379.