void-packages/srcpkgs/profile-sync-daemon/template

23 lines
765 B
Plaintext
Raw Normal View History

2013-06-06 16:57:06 +00:00
# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
2014-01-25 15:19:09 +00:00
version=5.45.1
2013-06-06 20:43:31 +00:00
revision=1
noarch="yes"
conf_files="/etc/psd.conf"
makedepends="rsync"
depends="${makedepends}"
short_desc="Syncs browser profiles to tmpfs"
2013-06-06 16:57:06 +00:00
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"
2014-01-25 15:19:09 +00:00
checksum=5f93e77c6ad4d7688a9503f9d426f9e29b6af64196e110a7e85f4f4f799f8487
2013-06-06 16:57:06 +00:00
long_desc="
2013-06-06 16:59:19 +00:00
profile-sync-daemon symlinks and sync browser profiles to RAM (tmpfs) thus
2013-06-06 16:57:06 +00:00
reducing SSD/HDD calls and speeding-up browsers."
do_install() {
make DESTDIR="$DESTDIR" install-systemd-all
install -Dm644 MIT "$DESTDIR/usr/share/licenses/$pkgname/LICENSE"
}