void-packages/srcpkgs/xsettingsd/template
2018-03-26 17:24:40 +02:00

21 lines
615 B
Bash

# Template file for 'xsettingsd'
pkgname=xsettingsd
version=1.0.0
revision=1
build_style=scons
hostmakedepends="scons pkg-config libX11-devel"
makedepends="libX11-devel"
short_desc="Daemon that implements the XSETTINGS specification"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="3-clause-BSD"
homepage="https://github.com/derat/xsettingsd"
distfiles="https://github.com/derat/xsettingsd/archive/v${version}.tar.gz"
checksum="fe0b895b999af94004dc2eabe6dd113c475e3464d548cfe4e545fc02978ba977"
do_install() {
vbin xsettingsd
vbin dump_xsettings
vman xsettingsd.1
vman dump_xsettings.1
vlicense COPYING
}