void-packages/srcpkgs/profile-sync-daemon/template
2015-06-21 21:16:46 +02:00

21 lines
637 B
Bash

# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.73
revision=2
noarch=yes
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=229b30d4e5dead6ad47c9110b4716101a28e323061b97cfbe5037fd56fdda440
build_options="systemd"
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} $(vopt_if systemd 'install-systemd-all' 'install-bin install-man')
if [ -z "$build_option_systemd" ]; then
vsv psd
fi
}