e0899a5018
This reverts commit 3077f00300
.
18 lines
539 B
Bash
18 lines
539 B
Bash
# Template file for 'profile-sync-daemon'
|
|
pkgname=profile-sync-daemon
|
|
reverts=6.12_1
|
|
version=5.75
|
|
revision=2
|
|
noarch=yes
|
|
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=ecb9acc0f274eb645b7dcb0510f692194feda8dbeffa3bb2834ce91cba76fcf6
|
|
|
|
do_install() {
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install-bin install-man
|
|
vsv psd
|
|
}
|