diff options
Diffstat (limited to 'dev-erlang/cowlib/cowlib-2.11.0.ebuild')
-rw-r--r-- | dev-erlang/cowlib/cowlib-2.11.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-erlang/cowlib/cowlib-2.11.0.ebuild b/dev-erlang/cowlib/cowlib-2.11.0.ebuild new file mode 100644 index 000000000..9c8dee85a --- /dev/null +++ b/dev-erlang/cowlib/cowlib-2.11.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit rebar + +DESCRIPTION="Support library for manipulating Web protocols." +HOMEPAGE="https://github.com/ninenines/cowlib" +SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="mirror" + +DOCS=( README.asciidoc ) + +# TODO: cowlib has a test suite with lots of dependencies; enable it once those +# dependencies are merged as well +RESTRICT=test + +# Override with EAPI default because it's missing cowlib.app.src and doesn't +# have any deps. +src_prepare() { + default +} |