2 changed files with 22 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST cache_tab-1.0.18.tar.gz 22440 BLAKE2B 26bd4dca0bdff817aa0a67e63698061ff987cd9ee1ba2d709bcfc716ab8558a12880ed2a8e93960c523a93d09fba9201e3b8fab866c79c317c60034d28adb7b2 SHA512 6b9f245d1c99586b5a591c0cd0bc21607de299f0bad93c265132202059feed63450da4f444d67daea5e39fdf45b230e4bab01195572ce2e3b1abdf7bbf51c399 |
@ -0,0 +1,21 @@ |
|||
# Copyright 1999-2019 Gentoo Authors |
|||
# Distributed under the terms of the GNU General Public License v2 |
|||
|
|||
EAPI=6 |
|||
|
|||
inherit rebar |
|||
|
|||
DESCRIPTION="In-memory cache Erlang and Elixir library" |
|||
HOMEPAGE="https://github.com/processone/cache_tab" |
|||
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz |
|||
-> ${P}.tar.gz" |
|||
|
|||
LICENSE="Apache-2.0" |
|||
SLOT="0" |
|||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" |
|||
|
|||
DEPEND=">=dev-erlang/p1_utils-1.0.14 |
|||
>=dev-lang/erlang-17.1" |
|||
RDEPEND="${DEPEND}" |
|||
|
|||
DOCS=( CHANGELOG.md README.md ) |
Loading…
Reference in new issue