added profile-sync-daemon template
This commit is contained in:
parent
7fd231a8ae
commit
2f182b4911
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'profile-sync-daemon'
|
||||||
|
pkgname=profile-sync-daemon
|
||||||
|
version=5.36.1
|
||||||
|
revision=1
|
||||||
|
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=bf2c1e133b9df6749e577e831007d07854664d838ef9f7670b8b4cb17d14d951
|
||||||
|
long_desc="
|
||||||
|
profile-sync-daemon symlinks and sync browser profiles to RAM (fmpfs) thus
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
|
||||||
|
profile-sync-daemon_package() {
|
||||||
|
conf_files="/etc/psd.conf"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue