void-packages/srcpkgs/profile-sync-daemon/template
2014-12-05 06:54:22 +00:00

19 lines
597 B
Plaintext

# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
version=5.53
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=032f8c3257a3c57e000a5b7717a682dc036de2caa5a98858367d0d568a4cd13a
do_install() {
make DESTDIR="$DESTDIR" install-systemd-all
install -Dm644 MIT "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
}