2013-06-06 18:57:06 +02:00
|
|
|
# Template file for 'profile-sync-daemon'
|
|
|
|
pkgname=profile-sync-daemon
|
2015-01-31 15:52:54 +01:00
|
|
|
version=5.68
|
2014-03-21 21:44:25 +01:00
|
|
|
revision=1
|
2014-01-01 16:10:11 +01:00
|
|
|
noarch="yes"
|
|
|
|
conf_files="/etc/psd.conf"
|
2014-09-19 10:21:02 +02:00
|
|
|
depends="rsync"
|
2013-06-06 19:07:18 +02:00
|
|
|
short_desc="Syncs browser profiles to tmpfs"
|
2013-06-06 18:57:06 +02:00
|
|
|
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"
|
2015-01-31 15:52:54 +01:00
|
|
|
checksum=b92297dc2b732117cbf2c05de8ebf06aad3a337171ccc58e3b0b71bb46ed9423
|
2015-01-08 14:51:16 +01:00
|
|
|
build_options="systemd"
|
|
|
|
build_style="gnu-makefile"
|
|
|
|
make_install_target=$(vopt_if systemd 'install-systemd-all' 'install-bin install-man')
|
2013-06-06 18:57:06 +02:00
|
|
|
|
2015-01-08 14:51:16 +01:00
|
|
|
do_build() {
|
|
|
|
:
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
[ "$build_option_systemd" ] || vsv psd
|
2013-06-06 18:57:06 +02:00
|
|
|
}
|