~alpine/aports

community/exa: add missing net option v1 REJECTED

Edd Salkield: 1
 community/exa: add missing net option

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3796/mbox | git am -3
Learn more about email & git

[PATCH] community/exa: add missing net option Export this patch

Add net option to APKBUILD, to allow building with `abuild rootbld`
---
 community/exa/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/community/exa/APKBUILD b/community/exa/APKBUILD
index e18068c561..c9133dacd4 100644
--- a/community/exa/APKBUILD
+++ b/community/exa/APKBUILD
@@ -12,6 +12,7 @@ subpackages="$pkgname-doc
	$pkgname-bash-completion
	$pkgname-fish-completion
	$pkgname-zsh-completion"
options="net"
source="$pkgname-$pkgver.tar.gz::https://github.com/ogham/exa/archive/v$pkgver.tar.gz
	https://github.com/ogham/exa/releases/download/v$pkgver/exa-accoutrements-v$pkgver.zip
	fix-lockfile.patch
-- 
2.34.1
Not in this way, it should be rewritten to fetch crates in the prepare phase, for example: https://gitlab.alpinelinux.org/alpine/aports/-/commit/528b1b86f3f37366b1f3c036a7308e3aa473934e.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28359#note_197866
Superseded by d815f4856f02a5f43932633cf9badc236ddb17b5.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28359#note_199657