17 lines
546 B
Bash
17 lines
546 B
Bash
# Template file for 'swaybg'
|
|
pkgname=swaybg
|
|
version=1.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel scdoc git"
|
|
makedepends="wayland-protocols cairo-devel gdk-pixbuf-devel wayland-devel"
|
|
short_desc="Wallpaper tool for Wayland compositors"
|
|
maintainer="Derriick <derriick.ensiie@yahoo.com>"
|
|
license="MIT"
|
|
homepage="https://swaywm.org"
|
|
distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=a23f1cde07138b865630172eff83db916d2f0989b75fb318def85dcfc3120fbd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|