aboutsummaryrefslogtreecommitdiffstats
path: root/testing/terraform-provider-libvirt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/terraform-provider-libvirt/APKBUILD')
-rw-r--r--testing/terraform-provider-libvirt/APKBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/testing/terraform-provider-libvirt/APKBUILD b/testing/terraform-provider-libvirt/APKBUILD
deleted file mode 100644
index d5b4bb8d5ea..00000000000
--- a/testing/terraform-provider-libvirt/APKBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=terraform-provider-libvirt
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="Terraform provider using libvirt"
-url="https://github.com/dmacvicar/terraform-provider-libvirt"
-arch="all !mips64 !s390x !riscv64" # blocked by libvirt
-license="Apache-2.0"
-depends="terraform"
-makedepends="go libvirt-dev"
-source="https://github.com/dmacvicar/terraform-provider-libvirt/archive/v$pkgver/terraform-provider-libvirt-$pkgver.tar.gz
- version.patch
- 0001-Set-firmware-attribute-to-efi-for-aarch64.patch
- 0002-Update-libvirt-go-to-7.0.0.patch
- "
-options="!check" # testsuite takes too long to run and appears need a running libvirt
-
-build() {
- unset LDFLAGS
- make VERSION="$pkgver"
-}
-
-check() {
- make test
-}
-
-package() {
- install -Dm755 terraform-provider-libvirt \
- "$pkgdir"/usr/bin/terraform-provider-libvirt
-}
-
-sha512sums="06f9283a30f6739dc879e592834a703e6e5e4766cd406ec51f40fb96f8b47291e2ef004a90e2724f61fc60405aa3927fd9ae8ccc097fba4546fb9fbdc1b1673d terraform-provider-libvirt-0.6.3.tar.gz
-898a0f65865e36d379c7ab02ee2ba0ef05fbd477db17f41b3adcfccb63f9b76f694927285fc9a6c03f16116502eabb3d1575f3c65bec58684fc81e925ebe4237 version.patch
-4c9d7c49d2fad87e737accb4387ffab7390a4308d2d741a4acd37b443879c44920959a6dedc8ab37bee4b3564b68d14965ffc9b4a4fb59a22e494bb0214800aa 0001-Set-firmware-attribute-to-efi-for-aarch64.patch
-1ac42196e6eea9cff73bf6578116fc6b9458e18eeec9ad0b62e82c9452a9b2d2a18db6b0b79d535d2e84e25c6454bf9269c2c0dd762e766d118eef77affdea3b 0002-Update-libvirt-go-to-7.0.0.patch"