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

28 lines
811 B
Plaintext
Raw Normal View History

2013-06-06 16:57:06 +00:00
# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
2013-10-26 11:00:15 +00:00
version=5.43
2013-06-06 20:43:31 +00:00
revision=1
short_desc="Syncs browser profiles to tmpfs"
2013-06-06 16:57:06 +00: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-10-26 11:00:15 +00:00
checksum=ff6aecfee19211d94fe7ddcf8896d07c67151ba83da319ed13b659ade5875c67
2013-06-06 16:57:06 +00:00
long_desc="
2013-06-06 16:59:19 +00:00
profile-sync-daemon symlinks and sync browser profiles to RAM (tmpfs) thus
2013-06-06 16:57:06 +00: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() {
noarch="yes"
2013-06-06 16:57:06 +00:00
conf_files="/etc/psd.conf"
depends="rsync"
2013-06-06 16:57:06 +00:00
pkg_install() {
vmove all
2013-06-06 16:57:06 +00:00
}
}