18 lines
659 B
Bash
18 lines
659 B
Bash
# Template file for 'android-file-transfer-linux'
|
|
pkgname=android-file-transfer-linux
|
|
version=3.5
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="ninja pkg-config"
|
|
makedepends="file-devel fuse-devel qt5-devel readline-devel"
|
|
short_desc="Android File Transfer for Linux"
|
|
maintainer="Toyam Cox <Vaelatern@Voidlinux.eu>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/whoozle/android-file-transfer-linux"
|
|
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
|
|
checksum=ea7897f08da96ecc29160cd3db83a26b591fa2d64db25b9f80d6cace628dece9
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
|
fi
|