mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: mpvpaper-1.3
This commit is contained in:
parent
604b08f0aa
commit
2c39c4f162
1 changed files with 21 additions and 0 deletions
21
srcpkgs/mpvpaper/template
Normal file
21
srcpkgs/mpvpaper/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'mpvpaper'
|
||||
pkgname=mpvpaper
|
||||
version=1.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="wayland-protocols wlroots-devel mpv-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=57f7e21a18574813aedfa59259238563f75e8f37a13fd21fca7d2b613dd11e87
|
||||
|
||||
do_install() {
|
||||
vman mpvpaper.man mpvpaper.1
|
||||
cd build
|
||||
vbin mpvpaper
|
||||
vbin mpvpaper-holder
|
||||
}
|
Loading…
Add table
Reference in a new issue