17 lines
543 B
Bash
17 lines
543 B
Bash
# Template file for 'swaybg'
|
|
pkgname=swaybg
|
|
version=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=958f425310514ae2aae064595c3e7efba2187b0d2947136c49188558fdb367b1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|