PKGNAME="qdiskinfo"
PKGSEC=utils
PKGDES="A frontend for smartctl"
PKGDEP="gcc-runtime hicolor-icon-theme qt-5 smartmontools"

CMAKE_AFTER=(
    '-DQT_VERSION_MAJOR=5'
    '-DENABLE_TRANSLATIONS=ON'
)
