20 lines
637 B
Bash
20 lines
637 B
Bash
# Template file for 'qtfm'
|
|
pkgname=qtfm
|
|
version=6.1.3
|
|
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.eu>"
|
|
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=567904b5709a803fd5b4a4234e99e46ca9b41c5fbdd4b21e9afa93b66e43d097
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-devel"
|
|
fi
|