Skip to content

Commit

Permalink
user/terraform: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantome137 committed Dec 16, 2024
1 parent 22676c9 commit a7abd16
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions user/terraform/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pkgname = "terraform"
pkgver = "1.10.2"
pkgrel = 0
build_style = "go"
makedepends = ["go"]
pkgdesc = "Tool for building and updating infrastructure as code idempotently"
maintainer = "LeFantome <[email protected]>"
license = "BUSL-1.1"
url = "https://github.com/hashicorp/terraform"
source = f"{url}/archive/v{pkgver}.tar.gz"
sha256 = "3be0296246a96acb5d45cb354ca32417bffd55d8086a4e3fcd71073e4295bb17"
# Tests cause a segfault - compiled program works
options = ["!check"]

def post_install(self):
self.install_license("LICENSE")

0 comments on commit a7abd16

Please sign in to comment.