Files
guru/net-voip/re/re-3.9.0.ebuild
Dale Showers 1626d08afc net-voip/*: add baresip & re
Signed-off-by: Dale Showers <gentoo@fictx.com>
2024-02-16 21:44:39 -05:00

15 lines
366 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Generic library for real-time communications with async IO support"
HOMEPAGE="https://github.com/baresip/re"
SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"