Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id B45A8781924; Sat, 29 May 2021 17:16:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; s=smtp; t=1622308591; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references; bh=PPlp+TiaakmSQvRUq8+9ScQM6FyZaDEYHn2aot8Pd50=; b=quzqCqb2mJTwWsuKE12YqAHqYYhQncC5c5MT7EJ2fJ4TjMGWQuIYRZ4dTOn0ZVevjxr+AM edc6+JhsbkePFrJp2Tcf1+OKNYHe3wajmBpEr5+yhNoOmXFbtmv5PhcL4HocZultQmJ7FN 256BLalFKTCmTwVJQ7HPsQVVIHJd0bc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Stacy Harper From: Leo Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20210524131459.10896-1-contact@stacyharper.net> Subject: Re: [PATCH v2] community/gmnitohtml: new aport Date: Sat, 29 May 2021 17:16:31 -0000 Message-ID: <162230859171.9578.13643704898475733295.gitlab.21708.6359e54722fd64ceb25ff355ce1b2df0a705305e@listserv.local> On Mon, 24 May 2021 15:14:59 +0200, Stacy Harper wrote: > +makedepends="go scdoc" > +subpackages="$pkgname-doc" > +builddir="$srcdir"/$pkgname-$pkgver we generally put this at the end of the `variable declaration` block , in this case you can remove the variable entirely as the value you put is the default value -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/21708#note_160302