2013-06-06 18:57:06 +02:00
|
|
|
# Template file for 'profile-sync-daemon'
|
|
|
|
pkgname=profile-sync-daemon
|
2013-07-21 20:10:09 +02:00
|
|
|
version=5.38.1
|
2013-06-06 22:43:31 +02:00
|
|
|
revision=1
|
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"
|
2013-07-21 20:10:09 +02:00
|
|
|
checksum=d263e8ad81c1f39e478c5887c5ff48661c4b68e52f7579c106d8e57b683a77e8
|
2013-06-06 18:57:06 +02:00
|
|
|
long_desc="
|
2013-06-06 18:59:19 +02:00
|
|
|
profile-sync-daemon symlinks and sync browser profiles to RAM (tmpfs) thus
|
2013-06-06 18:57:06 +02:00
|
|
|
reducing SSD/HDD calls and speeding-up browsers."
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
make DESTDIR="$DESTDIR" install-systemd-all
|
|
|
|
install -Dm644 MIT "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
|
|
|
|
}
|
|
|
|
|
|
|
|
profile-sync-daemon_package() {
|
2013-06-06 19:07:18 +02:00
|
|
|
noarch="yes"
|
2013-06-06 18:57:06 +02:00
|
|
|
conf_files="/etc/psd.conf"
|
2013-06-06 19:07:18 +02:00
|
|
|
depends="rsync"
|
2013-06-06 18:57:06 +02:00
|
|
|
pkg_install() {
|
2013-06-06 19:07:18 +02:00
|
|
|
vmove all
|
2013-06-06 18:57:06 +02:00
|
|
|
}
|
|
|
|
}
|