View | Details | Raw Unified | Return to bug 279948
Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 61-66 Link Here
61
    SUBDIR += aria2
61
    SUBDIR += aria2
62
    SUBDIR += asql
62
    SUBDIR += asql
63
    SUBDIR += authelia
63
    SUBDIR += authelia
64
    SUBDIR += automated-ytdlp-downloader
64
    SUBDIR += awstats
65
    SUBDIR += awstats
65
    SUBDIR += axis2
66
    SUBDIR += axis2
66
    SUBDIR += bacula-web
67
    SUBDIR += bacula-web
(-)b/www/automated-ytdlp-downloader/Makefile (+27 lines)
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>
(-)b/www/automated-ytdlp-downloader/distinfo (+7 lines)
Added Link Here
1
TIMESTAMP = 1719229919
2
SHA256 (nxjosephofficial-automated-ytdlp-downloader-v0.0.5_GH0.tar.gz) = 49e48535f5d71f8c27a494b43e49eb34592fbf725fd4638879667fdf349b6c3b
3
SIZE (nxjosephofficial-automated-ytdlp-downloader-v0.0.5_GH0.tar.gz) = 15032
4
SHA256 (adrg-xdg-v0.4.0_GH0.tar.gz) = 7f80dcb6b7ce96f2b8ccaa5577f874cd6b9e2a65c29bbcffa04a2304b9bef98a
5
SIZE (adrg-xdg-v0.4.0_GH0.tar.gz) = 20022
6
SHA256 (golang-sys-69cdffdb9359_GH0.tar.gz) = dfd2480a49546a3ee1ccc5b9426928bc3ecb15b803a6ebf73c872b2a4d0331f8
7
SIZE (golang-sys-69cdffdb9359_GH0.tar.gz) = 1221182
(-)b/www/automated-ytdlp-downloader/pkg-descr (-1 / +2 lines)
Added Link Here
0
- 
1
An interactive CLI tool for downloading
2
Videos/Audios using yt-dlp from YouTube.

Return to bug 279948