profile-sync-daemon: remove
This commit is contained in:
parent
168725bd5c
commit
a8e0e8e3da
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
exec profile-sync-daemon unsync
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
profile-sync-daemon sync
|
||||
exec chpst -b profile-sync-daemon pause
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ignore="6*"
|
Loading…
Reference in New Issue