build(alpine/testing/terraform): :pencil2: remove subpackages var since it is not needed Also add a note on license for transparency Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
1 files changed, 1 insertions(+), 2 deletions(-) M alpine/testing/terraform/APKBUILD
M alpine/testing/terraform/APKBUILD => alpine/testing/terraform/APKBUILD +1 -2
@@ 6,8 6,7 @@ pkgrel=0 pkgdesc="Building, changing and combining infrastructure safely and efficiently" url="https://www.terraform.io" arch="all" license="BUSL-1.0" subpackages="$pkgname-dev $pkgname-doc" license="BUSL-1.0" # This is legally a risk to take, actually source="https://github.com/hashicorp/terraform/archive/v$pkgver/terraform-$pkgver.tar.gz" makedepends="go" checkdepends="openssh-client"