profile-sync-daemon: set noarch; move depends to pkg section; misc tweaks.
This commit is contained in:
parent
10c35e1fa3
commit
50b843d53d
|
@ -1,9 +1,8 @@
|
|||
# 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."
|
||||
revision=2
|
||||
short_desc="Syncs browser profiles to tmpfs"
|
||||
maintainer="graysky <graysky AT archlinux DOT us>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/graysky2/profile-sync-daemon"
|
||||
|
@ -19,8 +18,10 @@ do_install() {
|
|||
}
|
||||
|
||||
profile-sync-daemon_package() {
|
||||
noarch="yes"
|
||||
conf_files="/etc/psd.conf"
|
||||
depends="rsync"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue