void-packages/srcpkgs/profile-sync-daemon/template
2014-01-06 12:08:27 -05:00

23 lines
763 B
Plaintext

# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.45
revision=1
noarch="yes"
conf_files="/etc/psd.conf"
makedepends="rsync"
depends="${makedepends}"
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=d71ba86a9fe61c39eede43c3945809e6af523310c00b30bc050df3ddf0304606
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"
}