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