Add mpv-mpris and ninfs

This commit is contained in:
Jonathan Hakimi 2020-08-22 20:52:41 -04:00
parent 1f8066f6f7
commit 7056feeba7
2 changed files with 30 additions and 0 deletions

15
mpv-mpris/package.yml Normal file
View File

@ -0,0 +1,15 @@
name : mpv-mpris
version : 1
release : 1
source :
- git|https://github.com/hoyon/mpv-mpris.git : master
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(mpv)
build : |
%make
install : |
install -D -m 755 mpris.so $installdir/usr/share/mpv/scripts/mpris.so

15
ninfs/package.yml Normal file
View File

@ -0,0 +1,15 @@
name : ninfs
version : 1
release : 1
source :
- git|https://github.com/ihaveamac/ninfs.git : 2.0
license : GPL-2.0-or-later
summary : Insert summary here
description: |
Insert description here
builddeps :
- pkgconfig(python3)
build : |
%python3_setup
install : |
%python3_install