# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname="hsetroot"
pkgver="1.0.5"
pkgrel=0
pkgdesc="Yet another wallpaper application"
url="https://github.com/himdel/hsetroot"
arch="all"
license="GPL-2.0-only"
makedepends="imlib2-dev libx11-dev libxinerama-dev"
source="https://github.com/himdel/hsetroot/archive/$pkgver/hsetroot-$pkgver.tar.gz"
builddir="$srcdir/hsetroot-$pkgver"
options="!check"

build() {
	make
}

package() {
	install -d "$pkgdir"/usr/bin
	make PREFIX="$pkgdir"/usr install
}

sha512sums="b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167  hsetroot-1.0.5.tar.gz"
