updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / chromium-tmpfs / PKGBUILD
blobfe24217f3b8103e42265ab9e40fe082997a27dcb
1 # Maintainer: Guten Ye <ywzhaifei [at] gmail [dot] com>
3 pkgname="chromium-tmpfs"
4 pkgver=0.5
5 pkgrel=1
6 pkgdesc="Sync all ~/.config/chromium and ~/.cache/chromium directories to tmpfs"
7 arch=(any)
8 url="https://github.com/GutenYe/chromium-tmpfs"
9 license=('MIT-LIENCE')
10 depends=('chromium' 'rsync')
11 source=(  rc.chromium-tmpfs
12           confd.chromium-tmpfs )
13 md5sums=('97275c59bd11787c327f86f403e0ca24'
14          'fa5d47bc7bfa10b58212aa66c39fd960')
16 backup=(etc/conf.d/chromium-tmpfs)
18 package() {
19   install -m 755 -D $srcdir/rc.chromium-tmpfs $pkgdir/etc/rc.d/chromium-tmpfs
20   install -m 644 -D $srcdir/confd.chromium-tmpfs $pkgdir/etc/conf.d/chromium-tmpfs
21   echo ">> Add chromium-tmpfs to the DAEMONS array in /etc/rc.conf"
22   echo ">> DAEMONS=(... @chromium-tmpfs ...)"
23   echo ">> Change default configuration in /etc/config/chromium-tmpfs"
26 # vim:set ts=2 sw=2 et: