# Maintainer: graysky pkgname='profile-sync-daemon' pkgver=6.10 pkgrel=2 pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.' arch=('any') url='https://github.com/graysky2/profile-sync-daemon' license=('MIT') depends=('procps-ng' 'rsync' 'systemd') conflicts=('firefox-sync' 'goanysync' 'go-anysync-git' 'iceweasel-sync' 'tmpfs-store' 'tmpfs-sync' 'user-profile-sync-daemon') source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz") install=psd.install sha256sums=('a0e8ceb1e169c1c754916346d9f917c7ab9164d0782e11e91ca94303aa5e5c53') build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install install -Dm644 MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }