# Maintainer: Aaron Ali pkgname=space-bg pkgver=2.0.9 pkgrel=1 pkgdesc="A background image setting program that grabs the daily astronomy image (http://apod.nasa.gov/apod/astropix.html)" arch=('any') license=('GPL') url='http://github.com/t0nedef/space-bg' groups=() depends=('hsetroot' 'python-beautifulsoup4' 'libnotify' 'wget' 'youtube-dl' 'mplayer' 'vimeo-dl-git' 'imagemagick') source=("https://github.com/t0nedef/space-bg/archive/${pkgver}.tar.gz") package() { cd ${srcdir}/${pkgname}-${pkgver} install -Dm755 spacesetbg ${pkgdir}/usr/bin/spacesetbg install -Dm755 spacevideo.sh ${pkgdir}/usr/bin/spacevideo.sh install -Dm644 spaceimg.py ${pkgdir}/usr/lib/python3.5/site-packages/spaceimg.py } # md5sums=('543c650a4c259d8ae2b0b8347c3b5893')