mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
www/youtube: New port: Youtube videos downloader
PR: 285441
This commit is contained in:
parent
24d6b7a2e4
commit
f3464afac4
4 changed files with 28 additions and 0 deletions
|
@ -2637,6 +2637,7 @@
|
||||||
SUBDIR += yaws
|
SUBDIR += yaws
|
||||||
SUBDIR += you-get
|
SUBDIR += you-get
|
||||||
SUBDIR += yourls
|
SUBDIR += yourls
|
||||||
|
SUBDIR += youtube
|
||||||
SUBDIR += yt-dlp
|
SUBDIR += yt-dlp
|
||||||
SUBDIR += ytdl
|
SUBDIR += ytdl
|
||||||
SUBDIR += yuicompressor
|
SUBDIR += yuicompressor
|
||||||
|
|
21
www/youtube/Makefile
Normal file
21
www/youtube/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
PORTNAME= youtube
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 2.10.3
|
||||||
|
CATEGORIES= www
|
||||||
|
PKGNAMESUFFIX= -downloader
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Youtube videos downloader
|
||||||
|
WWW= https://github.com/kkdai/youtube
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USES= go:1.23,modules
|
||||||
|
|
||||||
|
GO_MODULE= github.com/kkdai/youtube/v2
|
||||||
|
GO_TARGET= ./cmd/youtubedr
|
||||||
|
|
||||||
|
PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
www/youtube/distinfo
Normal file
5
www/youtube/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
TIMESTAMP = 1742724056
|
||||||
|
SHA256 (go/www_youtube/youtube-v2.10.3/v2.10.3.mod) = a7c9caede906479bb1ace136cde4c6bc6cd97170070a456af65eb8668c2f3264
|
||||||
|
SIZE (go/www_youtube/youtube-v2.10.3/v2.10.3.mod) = 1941
|
||||||
|
SHA256 (go/www_youtube/youtube-v2.10.3/v2.10.3.zip) = f721817dcb68537dfd2565e4035a6ce76de0d95859f28f6f11cf82ec95b6cfa1
|
||||||
|
SIZE (go/www_youtube/youtube-v2.10.3/v2.10.3.zip) = 60911
|
1
www/youtube/pkg-descr
Normal file
1
www/youtube/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
youtube is a Youtube video download package.
|
Loading…
Add table
Reference in a new issue