aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hsetroot/APKBUILD
blob: f6f3ec67cce62110a3d9991b0b26068deb8d0821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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"