summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild')
-rw-r--r--app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild b/app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild
deleted file mode 100644
index 0aa166a..0000000
--- a/app-mobilephone/scrcpy/scrcpy-1.12.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson ninja-utils
-
-DESCRIPTION="Display and control your Android device"
-HOMEPAGE="https://blog.rom1v.com/2018/03/introducing-scrcpy/"
-SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
- https://github.com/Genymobile/${PN}/releases/download/v${PV}/${PN}-server-v${PV} -> ${PN}-server-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl2
- media-video/ffmpeg"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local emesonargs=(
- -Db_lto=true
- -Dprebuilt_server="${DISTDIR}/${PN}-server-${PV}"
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- elog "This ebuild uses a prebuilt ${PN} server binary (the Android app)!"
-}