aboutsummaryrefslogtreecommitdiffstats
path: root/testing/shfmt
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2019-10-22 08:32:11 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-10-24 08:52:47 -0300
commita2666532cf1300cd2ef3e7e23b1aed28baec4107 (patch)
tree6943e1e628862ec698fbcaa8cef3fb81b233c2ab /testing/shfmt
parent500e7d1decbdbbd24b5ad7327c83c556bf0d28f3 (diff)
downloadaports-a2666532cf1300cd2ef3e7e23b1aed28baec4107.tar.bz2
aports-a2666532cf1300cd2ef3e7e23b1aed28baec4107.tar.xz
testing/shfmt: Mark go only as a compiletime dependency
Go shouldn't be required to run the application, it is a statically compiled binary after all. Mark go only as a compile time dependency. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'testing/shfmt')
-rw-r--r--testing/shfmt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shfmt/APKBUILD b/testing/shfmt/APKBUILD
index b0766a79f6..bfe128eb28 100644
--- a/testing/shfmt/APKBUILD
+++ b/testing/shfmt/APKBUILD
@@ -8,7 +8,7 @@ url="https://mvdan.cc/sh"
arch="all"
license="BSD-3-Clause"
options="!check" # No tests available
-depends="go"
+makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/mvdan/sh/archive/$pkgver.tar.gz"
builddir="$srcdir/sh-${pkgver#v*}"