void-packages/srcpkgs/qdirstat/template

18 lines
560 B
Bash
Raw Normal View History

2017-02-11 14:07:36 +01:00
# Template file for 'qdirstat'
pkgname=qdirstat
2017-03-06 14:59:40 +01:00
version=1.3
2017-02-11 14:07:36 +01:00
revision=1
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="zlib-devel qt5-devel"
short_desc="Qt-based directory statistics (KDirStat without any KDE)"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-2"
homepage="https://github.com/shundhammer/qdirstat"
distfiles="https://github.com/shundhammer/qdirstat/archive/${version}.tar.gz"
2017-03-06 14:59:40 +01:00
checksum=dd5fa00e8745344de73794e5d4076dff7ec1b20ce34091264cb0091bf7e123c9
2017-02-11 14:07:36 +01:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi