23 lines
639 B
Bash
23 lines
639 B
Bash
# Template file for 'xwallpaper'
|
|
pkgname=xwallpaper
|
|
version=0.7.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="libjpeg-turbo-devel libpng-devel libseccomp-devel
|
|
libXpm-devel pixman-devel xcb-util-image-devel"
|
|
short_desc="Wallpaper setting utility for X"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ISC"
|
|
homepage="https://github.com/stoeckmann/xwallpaper"
|
|
distfiles="https://github.com/stoeckmann/xwallpaper/archive/v${version}.tar.gz"
|
|
checksum=1f7b0b2162221065b63f2498bc9a8d7a53d59ac893ab32e527bb02f031015084
|
|
|
|
pre_configure() {
|
|
autoreconf -fiv
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|