void-packages/srcpkgs/qtfm/template
2018-08-08 00:30:21 -03:00

19 lines
655 B
Bash

# Template file for 'qtfm'
pkgname=qtfm
version=6.1.0
revision=1
build_style=qmake
configure_args="CONFIG+=release"
makedepends="qt5-devel"
depends="hicolor-icon-theme udisks2"
short_desc="Lightweight file manager for Linux desktops based on pure Qt"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/rodlie/qtfm"
distfiles="https://github.com/rodlie/qtfm/archive/${version}.tar.gz"
changelog="https://raw.githubusercontent.com/rodlie/qtfm/master/ChangeLog"
checksum=a70b2f328f10c7107b66195146795e3ac089d102ec1bf0a56cabd2df452607d2
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-qmake"
fi