mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: opentofu-1.7.3
This commit is contained in:
parent
becb0e1d5b
commit
3a223630fa
1 changed files with 15 additions and 0 deletions
15
srcpkgs/opentofu/template
Normal file
15
srcpkgs/opentofu/template
Normal file
|
@ -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…
Add table
Reference in a new issue