2013-06-06 18:57:06 +02:00
|
|
|
# Template file for 'profile-sync-daemon'
|
|
|
|
pkgname=profile-sync-daemon
|
2014-06-25 16:14:57 +02:00
|
|
|
version=5.50
|
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"
|
|
|
|
makedepends="rsync"
|
|
|
|
depends="${makedepends}"
|
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"
|
2014-06-25 16:14:57 +02:00
|
|
|
checksum=961092d8ac9065c0262821c1d50ac6fbd4153fdfb7886be7e2883026d4608383
|
2013-06-06 18:57:06 +02:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR="$DESTDIR" install-systemd-all
|
|
|
|
install -Dm644 MIT "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
|
|
|
|
}
|