New package: opentofu-1.7.3
This commit is contained in:
parent
becb0e1d5b
commit
3a223630fa
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'opentofu'
|
||||
pkgname=opentofu
|
||||
version=1.7.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/opentofu/$pkgname"
|
||||
go_package="${go_import_path}/cmd/tofu"
|
||||
go_ldflags="-X ${go_import_path}/version.dev=no"
|
||||
short_desc="Tool for building and changing infrastructure, from community"
|
||||
maintainer="Emil Tomczyk <emru@emru.xyz>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://opentofu.org/"
|
||||
changelog="https://github.com/opentofu/opentofu/releases"
|
||||
distfiles="https://github.com/opentofu/opentofu/archive/v$version.tar.gz"
|
||||
checksum=c97c470f3afbd30c67a141bb973ad4bcb458d3cd7a6bbe3aad1e99b4fbc026a8
|
Loading…
Reference in New Issue