profile-sync-daemon: remove

This commit is contained in:
maxice8 2018-12-11 22:07:32 -02:00 committed by maxice8
parent 168725bd5c
commit a8e0e8e3da
5 changed files with 5 additions and 28 deletions

View file

@ -1,5 +1 @@
Define which users will make use of the sync in /etc/psd.conf
Read the manpage before use or see the wiki page
https://wiki.archlinux.org/index.php/Profile-sync-daemon
ALWAYS backup your profile data before using utils like psd!
profile-sync-daemon is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/11

View file

@ -1,3 +0,0 @@
#!/bin/sh
set -e
exec profile-sync-daemon unsync

View file

@ -1,4 +0,0 @@
#!/bin/sh
set -e
profile-sync-daemon sync
exec chpst -b profile-sync-daemon pause

View file

@ -1,20 +1,9 @@
# Template file for 'profile-sync-daemon'
pkgname=profile-sync-daemon
reverts=6.12_1
version=5.75
revision=3
revision=4
noarch=yes
depends="rsync"
short_desc="Syncs browser profiles to tmpfs"
maintainer="graysky <graysky AT archlinux DOT us>"
license="MIT"
build_style=meta
short_desc="Syncs browser profiles to tmpfs (removed package)"
license="metapackage"
homepage="https://github.com/graysky2/profile-sync-daemon"
distfiles="http://repo-ck.com/source/$pkgname/profile-sync-daemon-${version}.tar.xz"
checksum=ecb9acc0f274eb645b7dcb0510f692194feda8dbeffa3bb2834ce91cba76fcf6
do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install-bin install-man
vsv psd
vlicense LICENCE
vlicense MIT
}

View file

@ -1 +0,0 @@
ignore="6*"