diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2019-10-22 08:32:11 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 08:52:47 -0300 |
commit | a2666532cf1300cd2ef3e7e23b1aed28baec4107 (patch) | |
tree | 6943e1e628862ec698fbcaa8cef3fb81b233c2ab /testing | |
parent | 500e7d1decbdbbd24b5ad7327c83c556bf0d28f3 (diff) | |
download | aports-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')
-rw-r--r-- | testing/shfmt/APKBUILD | 2 |
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*}" |