25 lines
943 B
Bash
25 lines
943 B
Bash
# Template file for 'scrcpy'
|
|
pkgname=scrcpy
|
|
version=2.4
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dcompile_server=false
|
|
-Dprebuilt_server=/usr/share/scrcpy/scrcpy-server-v${version}"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="SDL2-devel ffmpeg-devel"
|
|
depends="android-tools"
|
|
short_desc="Display and control your Android device"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/Genymobile/scrcpy"
|
|
distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
|
|
https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
|
|
checksum="60596f6d4c11163083da3e6805666326873ed57f7defd8a20256b928a1d3503b
|
|
93c272b7438605c055e127f7444064ed78fa9ca49f81156777fd201e79ce7ba3"
|
|
skip_extraction="scrcpy-server-v${version}"
|
|
|
|
post_install() {
|
|
vinstall ${XBPS_SRCDISTDIR}/scrcpy-${version}/scrcpy-server-v${version} \
|
|
644 /usr/share/scrcpy/ scrcpy-server
|
|
}
|