19 lines
597 B
Plaintext
19 lines
597 B
Plaintext
# Template file for 'profile-sync-daemon'
|
|
pkgname=profile-sync-daemon
|
|
version=5.52
|
|
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=f6bd849846eb3d80d9314287a1c9b68d45124bbe4525ab75ea750a197c8af7ec
|
|
|
|
do_install() {
|
|
make DESTDIR="$DESTDIR" install-systemd-all
|
|
install -Dm644 MIT "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
|
|
}
|