pkgsrc/www/xurl/Makefile
2021-08-05 08:57:47 +00:00

20 lines
470 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/08/05 08:57:47 pin Exp $
DISTNAME= xurl-0.1.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=squioc/}
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/squioc/xurl/
COMMENT= Little tool to manipulate urls
LICENSE= mit
.include "cargo-depends.mk"
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/xurl ${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"