summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fff84d4b7ccaa656351756cac5dff03096a03b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Tranquilo Chan <https://github.com/tttranquilooo>
pkgname=python-wonderful-bing
pkgver=0.10.0
pkgrel=1
pkgdesc="Set bing's picture as wallpaper, support cinnamon, gnome, xfce, mate"
arch=('any')
url="https://github.com/lord63/wonderful_bing"
license=('MIT')
depends=('python-docopt' 'python-requests')
makedepends=('python-setuptools')
source=("https://github.com/lord63/wonderful_bing/archive/v${pkgver}.tar.gz")
md5sums=('bd3efe4c6f75ec71ee5276298d073ac5')

build() {
  cd "$srcdir/wonderful_bing-$pkgver"
  python setup.py build
}

package() {
  cd "$srcdir/wonderful_bing-$pkgver"
  python setup.py install --root="$pkgdir" --optimize=1
}