1 # Copyright 2025 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 CORRECTED_PV="${PV/_rc/-rc.}"
10 DESCRIPTION="AirPods Liberated from Apple's Ecosystem"
11 HOMEPAGE="https://github.com/kavishdevar/librepods"
12 SRC_URI="https://github.com/kavishdevar/${PN}/archive/refs/tags/v${CORRECTED_PV}.tar.gz -> ${P}.tar.gz"
18 DEPEND="dev-build/cmake
21 dev-qt/qtconnectivity:6[bluetooth]
22 dev-qt/qtmultimedia:6[ffmpeg]
27 S="${WORKDIR}/${PN}-${CORRECTED_PV}/linux"
30 sed -i 's/applinux/librepods/g' CMakeLists.txt || die "failed to rename binary"