22 lines
723 B
Bash
22 lines
723 B
Bash
# Template file for 'mpvpaper'
|
|
pkgname=mpvpaper
|
|
version=1.6
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
makedepends="wayland-protocols wlroots-devel mpv-devel libglvnd-devel"
|
|
short_desc="Video wallpaper program for wlroots based wayland compositors"
|
|
maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/GhostNaN/mpvpaper"
|
|
changelog="https://github.com/GhostNaN/mpvpaper/releases"
|
|
distfiles="https://github.com/GhostNaN/mpvpaper/archive/refs/tags/${version}.tar.gz"
|
|
checksum=2a66b2dcabc864c544de2344fd4d8ce23984e4540c4b0d4befae2dc83393f090
|
|
|
|
do_install() {
|
|
vman mpvpaper.man mpvpaper.1
|
|
cd build
|
|
vbin mpvpaper
|
|
vbin mpvpaper-holder
|
|
}
|