summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 32e3dc6d61321b64b2f009e65a9f0246e3b2b73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
pkgver=0.5.0
pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.deparis.io/chwall/about/"
license=("WTFPL")
depends=("gtk3" "python-cssselect" "python-gobject" "python-lxml"
         "python-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('2532e437035cda901d3fa93077054d2506d02b7491e6c4ae9f060a4e2f326195')

package() {
  cd "$srcdir/$pkgname-$pkgver"

  make dist DESTDIR="$pkgdir"
}