void-packages/srcpkgs/wbg/template

20 lines
655 B
Bash

# Template file for 'wbg'
pkgname=wbg
version=1.2.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="libjpeg-turbo-devel libpng-devel libwebp-devel pixman-devel
tllist wayland-devel wayland-protocols"
short_desc="Simple wallpaper application for Wayland compositors"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://codeberg.org/dnkl/wbg"
changelog="https://codeberg.org/dnkl/wbg/raw/branch/master/CHANGELOG.md"
distfiles="https://codeberg.org/dnkl/wbg/archive/${version}.tar.gz"
checksum=f9d051882f089621da6fbb2074a587456941c9f723151fe4fefd67d19a306d76
post_install() {
vlicense LICENSE
}