diff --git a/mpv-mpris/package.yml b/mpv-mpris/package.yml new file mode 100644 index 0000000..7c91ed6 --- /dev/null +++ b/mpv-mpris/package.yml @@ -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 diff --git a/ninfs/package.yml b/ninfs/package.yml new file mode 100644 index 0000000..d6accb1 --- /dev/null +++ b/ninfs/package.yml @@ -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