subsonic-cli sends commands to a subsonic server and returns the
json response or data stream. Port from Stefan Hagen who takes maintainership. ok abieber
This commit is contained in:
parent
5dc35f1626
commit
ba71bc1304
24
audio/subsonic-cli/Makefile
Normal file
24
audio/subsonic-cli/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2021/07/11 09:32:14 paco Exp $
|
||||
|
||||
COMMENT = control subsonic api from cli
|
||||
|
||||
MODPY_EGG_VERSION = 0.2.1
|
||||
|
||||
DISTNAME = subsonic-cli-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME}
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = https://gitlab.com/nvllsvm/subsonic-cli
|
||||
|
||||
MAINTAINER= Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/subsonic-cli/distinfo
Normal file
2
audio/subsonic-cli/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (subsonic-cli-0.2.1.tar.gz) = WbFvyhSvID68rxIxV9UDgUUZcGoOI8BPLQ+SuFIofaw=
|
||||
SIZE (subsonic-cli-0.2.1.tar.gz) = 3160
|
2
audio/subsonic-cli/pkg/DESCR
Normal file
2
audio/subsonic-cli/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
subsonic-cli sends commands to a subsonic server and returns the
|
||||
json response or data stream.
|
10
audio/subsonic-cli/pkg/PLIST
Normal file
10
audio/subsonic-cli/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/07/11 09:32:14 paco Exp $
|
||||
bin/subsonic-cli
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}subsonic_cli.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/subsonic_cli.py
|
Loading…
Reference in New Issue
Block a user