Add sickgear-git

This commit is contained in:
Jonathan Schleifer 2020-02-09 19:19:18 +01:00
parent e033d88b12
commit 5b5b815dd8
No known key found for this signature in database
GPG Key ID: E2BCCE6B35E1AF8B
4 changed files with 3321 additions and 0 deletions

17
sickgear-git/DESCR Normal file
View File

@ -0,0 +1,17 @@
SickGear provides management of TV shows and/or Anime, it detects new episodes,
links downloader apps, and more.
Why SickGear?
* SickGear maintains a perfect uptime with the longest track record of being
stable, reliable, and trusted to work
* SickGear gives fast issue resolution and provider updates (historically, with
99% of provider updates under 24 hours)
* SickGear has the least issues and the least number of changes that require
even more "fixes", less is more
* SickGear Wiki pages are updated from feedback and the supported providers
list is accurate and true
* SickGear delivers valued quality from active development with a wealth of
options on a dark or light themed interface
* SickGear is said to be, simply the bestest all round SickBeard descendant
there is, not our words, and very humbling

34
sickgear-git/Makefile Normal file
View File

@ -0,0 +1,34 @@
# $NetBSD$
DISTNAME= SickGear
PKGNAME= sickgear-0
CATEGORIES= multimedia
COMMENT= Management of TV shows and/or Anime
LICENSE= gnu-gpl-v3
HOMEPAGE= https://github.com/SickGear/SickGear
MAINTAINER= js-pkgsrc@nil.im
GIT_REPOSITORIES= SickGear
GIT_REPO.SickGear= https://github.com/SickGear/SickGear.git
DEPENDS+= ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
PYTHON_VERSIONS_ACCEPTED= 27
REPLACE_PYTHON= ${WRKSRC}/sickgear.py
do-configure:
do-build:
do-install:
mkdir -p ${DESTDIR}${PREFIX}/lib/sickgear
cp -R ${WRKSRC}/* ${DESTDIR}${PREFIX}/lib/sickgear
mkdir -p ${DESTDIR}${PREFIX}/bin
${SED} ${FILES_SUBST_SED} ${FILESDIR}/sickgear \
>${DESTDIR}${PREFIX}/bin/sickgear
chmod 755 ${DESTDIR}${PREFIX}/bin/sickgear
.include "../../wip/mk/git-package.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

3263
sickgear-git/PLIST Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
cd @PREFIX@/lib/sickgear
exec ./sickgear.py \
--config @PKG_SYSCONFDIR@/sickgear.ini \
--datadir @VARBASE@/sickgear \
"$@"