|
Added
Link Here
|
| 1 |
PORTNAME= automated-ytdlp-downloader |
| 2 |
DISTVERSIONPREFIX= v |
| 3 |
DISTVERSION= 0.0.5 |
| 4 |
CATEGORIES= www |
| 5 |
|
| 6 |
MAINTAINER= nxjoseph@protonmail.com |
| 7 |
COMMENT= CLI tool for downloading Videos/Audios using yt-dlp from YouTube |
| 8 |
WWW= https://github.com/nxjosephofficial/automated-ytdlp-downloader |
| 9 |
|
| 10 |
LICENSE= GPLv3 |
| 11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 12 |
|
| 13 |
RUN_DEPENDS= yt-dlp:www/yt-dlp |
| 14 |
|
| 15 |
USES= go:1.22,modules |
| 16 |
|
| 17 |
USE_GITHUB= yes |
| 18 |
GH_ACCOUNT= nxjosephofficial |
| 19 |
GH_TUPLE= adrg:xdg:v0.4.0:adrg_xdg/vendor/github.com/adrg/xdg \ |
| 20 |
golang:sys:69cdffdb9359:golang_sys/vendor/golang.org/x/sys |
| 21 |
|
| 22 |
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} |
| 23 |
GO_BUILDFLAGS= -ldflags="-s -w" -o ./build/automated-ytdlp-downloader |
| 24 |
|
| 25 |
PLIST_FILES= bin/automated-ytdlp-downloader |
| 26 |
|
| 27 |
.include <bsd.port.mk> |