pkgsrc-Users archive

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

Re: Trying to contribute first package - two licenses (user's choice) ?



Thanks guys, got the license sorted.

I did a ‘bmake clean’ and then a ‘bmake’, and it stops on this:

===> Building for icann-rdap-0.0.21
cd: can't cd to /usr/pkgsrc/net/icann-rdap/work/icann-rdap-refs/tags/v0.0.21
*** Error code 2

Here is my Makefile.  If I had to guess I have something off with the DISTNAME perhaps ?

And obviously feel free to critique anything else below.  I am using the default output of url2pkg as much as possible and constantly running pkglint.

# $NetBSD$

GITHUB_TAG=     refs/tags/v${PKGVERSION_NOREV}
DISTNAME=       icann-rdap-0.0.21
CATEGORIES=     net
MASTER_SITES=   ${MASTER_SITE_GITHUB:=icann/}

MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=       https://github.com/icann/icann-rdap/
COMMENT=        ICANN RDAP client + server
LICENSE=        apache-2.0 OR mit

USE_LANGUAGES=  # none

.include "cargo-depends.mk"

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index