You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/dev-erlang/fs/fs-2.12.0.ebuild

29 lines
551 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit rebar
DESCRIPTION="Erlang File System Listener"
HOMEPAGE="https://github.com/synrc/fs"
SRC_URI="https://github.com/synrc/fs/archive/${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-erlang/fast_xml-1.1.21
>=dev-lang/erlang-17.1
sys-fs/inotify-tools"
DEPEND="${RDEPEND}"
DOCS=( README.md LICENSE )
src_prepare() {
rebar_src_prepare
rebar_fix_include_path fast_xml
}