]> Arthur Taft Gitweb - custom-tools.git/commitdiff
add librepods
authorArthur Taft <[email protected]>
Sun, 7 Dec 2025 02:09:26 +0000 (19:09 -0700)
committerArthur Taft <[email protected]>
Sun, 7 Dec 2025 02:09:26 +0000 (19:09 -0700)
media-sound/librepods/librepods-0.1.0-rc.4.ebuild [new file with mode: 0644]

diff --git a/media-sound/librepods/librepods-0.1.0-rc.4.ebuild b/media-sound/librepods/librepods-0.1.0-rc.4.ebuild
new file mode 100644 (file)
index 0000000..7d9205a
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="AirPods Liberated from Apple's Ecosystem"
+HOMEPAGE="https://github.com/kavishdevar/librepods"
+SRC_URI="https://github.com/kavishdevar/${PN}/releases/download/v${PV}/LibrePods-v${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-build/cmake
+       dev-libs/openssl
+       dev-qt/qtbase:6
+       dev-qt/qtconnectivity:6[bluetooth]
+       dev-qt/qtmultimedia:6[ffmpeg]
+       media-libs/libpulse"
+RDEPEND="${DEPEND}"
+BDEPEND=""