From 7056feeba702cbbadc5f3b4ce14d929086e6785c Mon Sep 17 00:00:00 2001 From: Jonathan Hakimi Date: Sat, 22 Aug 2020 20:52:41 -0400 Subject: [PATCH] Add mpv-mpris and ninfs --- mpv-mpris/package.yml | 15 +++++++++++++++ ninfs/package.yml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 mpv-mpris/package.yml create mode 100644 ninfs/package.yml 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