18 lines
545 B
Bash
18 lines
545 B
Bash
# Template file for 'swaybg'
|
|
pkgname=swaybg
|
|
version=1.1.1
|
|
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/swaybg/archive/v${version}.tar.gz"
|
|
checksum=71cc8fc2cb7ae5ad3af772ab286b0b42f1c7cb17bea131e78c2d40a2fb8e6c59
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|