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'
|
||||
pkgname=mpv-mpris
|
||||
version=0.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_target=mpris.so
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -16,6 +16,7 @@ checksum=673aff031e7cc741edea68d7b4b0103d7b031d4a55755abb9e1be5dd4ec4e969
|
|||
|
||||
do_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
vmkdir usr/lib/${pkgname}
|
||||
vinstall mpris.so 0644 usr/lib/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue