void-packages/srcpkgs/sddm/template
2014-11-03 17:05:11 +01:00

22 lines
620 B
Text

# Template file for 'sddm'
pkgname=sddm
version=0.10.0
revision=1
build_style=cmake
configure_args="-DBUILD_MAN_PAGES=1"
hostmakedepends="cmake pkg-config python-docutils"
makedepends="qt5-declarative-devel qt5-tools-devel"
short_desc="QML based X11 display manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://github.com/sddm/sddm"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=8d2df745be2025ed3fdaa0065d410c768915e2dddf576eb92eef8ae287319d96
system_accounts="sddm"
sddm_homedir="/var/lib/sddm"
sddm_groups="video"
post_install() {
vsv sddm
}