Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 7277B780FF2; Sat, 8 Jan 2022 22:35:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Edd Salkield From: Holger Jaekel Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20211129183035.6468-1-edd@salkield.uk> Subject: Re: [PATCH v3] testing/hdf4: new aport Date: Sat, 08 Jan 2022 22:35:11 -0000 Message-ID: <164168131143.985.3322697680949420055.gitlab.27962.86f32045c998a373a2d08ea9c25e4e14fab20976@listserv.local> On Mon, 29 Nov 2021 18:30:35 +0000, Edd Salkield wrote: > +makedepends="$depends_dev gfortran bison flex" > +checkdepends="diffutils" # Flags not supported by busybox diff are used > +subpackages="$pkgname-dev $pkgname-doc" You can also add a subpackage for the commandline tools, e.g. `$pkgname-tools` to keep the package size small. This package should contain the `bin` directory. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27962#note_204884