odrling-overlay/dev-libs/libjuice/libjuice-1.3.4.ebuild

33 lines
586 B
Bash

# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
#MY_P="${PN}-v${PV}"
SRC_URI="https://github.com/paullouisageneau/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
#S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64"
DESCRIPTION="JUICE is a UDP Interactive Connectivity Establishment library"
HOMEPAGE="https://github.com/paullouisageneau/libjuice"
LICENSE="MPL-2.0"
SLOT="0"
IUSE=""
RDEPEND="
"
DEPEND="
"
BDEPEND="
"
src_configure() {
local mycmakeargs=(
)
cmake_src_configure
}