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