mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
357 B
Makefile
22 lines
357 B
Makefile
COMMENT = youtube-dl wrapper to manage youtube audio
|
|
|
|
MODPY_DISTV = 0.1
|
|
DISTNAME = yt-audio-${MODPY_DISTV}
|
|
CATEGORIES = audio
|
|
REVISION = 9
|
|
|
|
MAINTAINER = Paul Irofti <paul@irofti.net>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
RUN_DEPENDS = www/yt-dlp \
|
|
graphics/ffmpeg
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
.include <bsd.port.mk>
|