void-packages/srcpkgs/profile-sync-daemon/template
2014-12-21 14:51:20 -05:00

18 lines
597 B
Text

# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.57
revision=1
noarch="yes"
conf_files="/etc/psd.conf"
depends="rsync"
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=5e2789b33e54daaf1a0d5b422d34ba9ac965a2e758c7449600533acb75044069
do_install() {
make DESTDIR="$DESTDIR" install-systemd-all
install -Dm644 MIT "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
}