mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
mpv-mpris: vdoc README.md
It contains instructions for enabling the plugin.
This commit is contained in:
parent
51896b4ad4
commit
c26a756354
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mpv-mpris'
|
# Template file for 'mpv-mpris'
|
||||||
pkgname=mpv-mpris
|
pkgname=mpv-mpris
|
||||||
version=0.5
|
version=0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=mpris.so
|
make_build_target=mpris.so
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -16,6 +16,7 @@ checksum=673aff031e7cc741edea68d7b4b0103d7b031d4a55755abb9e1be5dd4ec4e969
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
vmkdir usr/lib/${pkgname}
|
vmkdir usr/lib/${pkgname}
|
||||||
vinstall mpris.so 0644 usr/lib/${pkgname}
|
vinstall mpris.so 0644 usr/lib/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue