void-packages/srcpkgs/profile-sync-daemon/template

24 lines
682 B
Text

# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.64
revision=1
noarch="yes"
conf_files="/etc/psd.conf"
depends="rsync"
short_desc="Syncs browser profiles to tmpfs"
maintainer="graysky <graysky AT archlinux DOT us>"
license="MIT"
homepage="https://github.com/graysky2/profile-sync-daemon"
distfiles="http://repo-ck.com/source/$pkgname/$pkgname-$version.tar.xz"
checksum=52dc000922fe7a7dba732ed3ace22858d8287b015766ec58f20347736db753a9
build_options="systemd"
build_style="gnu-makefile"
make_install_target=$(vopt_if systemd 'install-systemd-all' 'install-bin install-man')
do_build() {
:
}
post_install() {
[ "$build_option_systemd" ] || vsv psd
}