mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-21 22:33:12 +00:00
Add mpv-mpris and ninfs
This commit is contained in:
parent
1f8066f6f7
commit
7056feeba7
15
mpv-mpris/package.yml
Normal file
15
mpv-mpris/package.yml
Normal 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
15
ninfs/package.yml
Normal 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
|
Loading…
Reference in a new issue