# Maintainer: george # Maintainer: UtG pkgname=spun-live pkgver=0.3 pkgrel=4 pkgdesc='A simple pacman update notifier, using notify-send. Live ISO version, with pacman help.' arch=('x86_64') url='http://github.com/george2/spun/' screenshot='http://github.com/george2/spun/raw/master/spun-live.png' license=('none') conflicts=('spun') depends=('libnotify' 'bash') optdepends=('kde-baseapps: for the kdialog configuration gui') install=spun.install source=( ## george2's spun file need to be updated #'https://raw.github.com/george2/spun/master/spun-live' 'https://dl.dropboxusercontent.com/u/66275722/Chakra/spun-live' 'https://raw.github.com/george2/spun/master/spun.conf' 'https://raw.github.com/george2/spun/master/spun.desktop') md5sums=('b590c9b436befbd9af175982b58de8ba' 'ba05876b93a61fa9ad4573bcba129af7' 'ac9e112d6280bb384fb76cd4ed85dd5d') package() { install -Dm755 spun-live "${pkgdir}/usr/bin/spun" install -Dm644 spun.conf "${pkgdir}/etc/spun.conf" install -Dm755 spun.desktop "${pkgdir}/usr/share/autostart/spun.desktop" }