dev-libs/libjuice: treeclean

This commit is contained in:
odrling 2024-04-15 19:39:17 +02:00
parent 6bc74894ad
commit 91481311a5
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5
2 changed files with 0 additions and 33 deletions

View file

@ -1 +0,0 @@
DIST libjuice-1.3.4.gh.tar.gz 95702 BLAKE2B 2505b8a6275aa892c0894dd2c8bd161e51589ef5f0566903735c394e41b0590ffba8c0fa3448b728cc6ac1639cc4255e371664423dada6f8ea6aa2505262e93c SHA512 0c690940fab9c29c52955ee96c254c086f4170c8e59a26b767b9ffc288db9ecc7195136f958b9773903201e2719279bca63c7f64b6bb89bf8a41b6dd1da4eb63

View file

@ -1,32 +0,0 @@
# 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
}