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