pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/maguro



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Mar 29 10:12:40 UTC 2022

Modified Files:
        pkgsrc/net/maguro: Makefile

Log Message:
net/maguro: drop package

Abandoned upstream, project has been archived.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/maguro/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/maguro/Makefile
diff -u pkgsrc/net/maguro/Makefile:1.3 pkgsrc/net/maguro/Makefile:1.4
--- pkgsrc/net/maguro/Makefile:1.3      Thu Aug  5 08:43:00 2021
+++ pkgsrc/net/maguro/Makefile  Tue Mar 29 10:12:40 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2021/08/05 08:43:00 pin Exp $
+# $NetBSD: Makefile,v 1.4 2022/03/29 10:12:40 pin Exp $
 
 DISTNAME=      maguro-0.0.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=krashanoff/}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/krashanoff/maguro/
 COMMENT=       Fast YouTube downloader with Rust-native bindings
 LICENSE=       mit
@@ -19,7 +19,8 @@ MAKE_ENV+=    OPENSSL_DIR=${BUILDLINK_PREFI
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/maguro ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/maguro \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index