profile-sync-daemon: set noarch; move depends to pkg section; misc tweaks.
This commit is contained in:
parent
10c35e1fa3
commit
50b843d53d
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'profile-sync-daemon'
|
# Template file for 'profile-sync-daemon'
|
||||||
pkgname=profile-sync-daemon
|
pkgname=profile-sync-daemon
|
||||||
version=5.36.1
|
version=5.36.1
|
||||||
revision=1
|
revision=2
|
||||||
depends="rsync"
|
short_desc="Syncs browser profiles to tmpfs"
|
||||||
short_desc="Syncs browser profiles to tmpfs."
|
|
||||||
maintainer="graysky <graysky AT archlinux DOT us>"
|
maintainer="graysky <graysky AT archlinux DOT us>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/graysky2/profile-sync-daemon"
|
homepage="https://github.com/graysky2/profile-sync-daemon"
|
||||||
|
@ -19,8 +18,10 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
profile-sync-daemon_package() {
|
profile-sync-daemon_package() {
|
||||||
|
noarch="yes"
|
||||||
conf_files="/etc/psd.conf"
|
conf_files="/etc/psd.conf"
|
||||||
|
depends="rsync"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue