void-packages/srcpkgs/lxqt-admin/template
2021-11-07 21:52:00 +01:00

21 lines
708 B
Bash

# Template file for 'lxqt-admin'
pkgname=lxqt-admin
version=1.0.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools polkit-qt5-devel
perl"
makedepends="liblxqt-devel"
short_desc="LXQt system administration tool"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later"
homepage="https://lxqt.org/"
distfiles="https://github.com/lxqt/lxqt-admin/releases/download/${version}/lxqt-admin-${version}.tar.xz"
checksum=f6eebb0da1563f14e9e4d39d3ff2622ee1c8ffa5b130ba26321cfe5261c1411e
post_install() {
# depends on systemd-{timedated,timesyncd}
rm -f ${DESTDIR}/usr/bin/lxqt-admin-time
rm -f ${DESTDIR}/usr/share/applications/lxqt-admin-time.desktop
}