pkgsrc/net/yaydl/Makefile
pin ef84832b4e net/yaydl: update to 0.7.0
pkgsrc: Fetch source from main repository and not from github mirror. This will
avoid missing updates again due to non-mirrored releases.


0.7.0
-updated dependencies, added new -k flag. Fixes #5

0.6.8
-trying to circumvent new WatchMDH structures (yet incomplete)

0.6.7
-Now that we use the new YouTube API, the need for cipher decoding should be a
 thing of the past.
2022-04-11 08:29:37 +00:00

24 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.9 2022/04/11 08:29:37 pin Exp $
DISTNAME= yaydl-5e3cd2b65f
PKGNAME= yaydl-0.7.0
CATEGORIES= net
MASTER_SITES= https://code.rosaelefanten.org/yaydl/tarball/5e3cd2b65f/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://code.rosaelefanten.org/yaydl/home
COMMENT= Yet another youtube down loader
LICENSE= cddl-1.0
.include "cargo-depends.mk"
USE_TOOLS+= pkg-config
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/yaydl \
${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"