void-packages/srcpkgs/profile-sync-daemon/template
2013-09-13 18:36:40 -04:00

27 lines
811 B
Text

# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.40
revision=1
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=eb4ad1bb47c8a8b4c7fb7e2c4dc04ffbcfb7ea8c91be97515d49abbbf7d9bb45
long_desc="
profile-sync-daemon symlinks and sync browser profiles to RAM (tmpfs) thus
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"
conf_files="/etc/psd.conf"
depends="rsync"
pkg_install() {
vmove all
}
}