diff options
author | Edd Salkield <edd@salkield.uk> | 2021-12-11 18:47:02 +0000 |
---|---|---|
committer | dispatch <dispatch@listserv.local> | 2021-12-11 18:55:34 +0000 |
commit | 476cdb95d191bacb1935794bddd13b9d6717e6fa (patch) | |
tree | b9b9accd69b2db02faf3dae89f280719b7f26b45 | |
parent | 4ed988aa2dfb2d788a9ecdc56c4a76e97f32673a (diff) | |
download | aports-patches/3796.tar.gz aports-patches/3796.tar.bz2 aports-patches/3796.tar.xz |
community/exa: add missing net optionpatches/3796
Add net option to APKBUILD, to allow building with `abuild rootbld`
-rw-r--r-- | community/exa/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 |