Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11054821
D3290.id8294.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D3290.id8294.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libpthread.so.0
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,22 @@
+name : terraform
+version : 0.11.7
+release : 1
+source :
+ - https://github.com/hashicorp/terraform/archive/v0.11.7.tar.gz : f9a2730dcd68dad754cf0efa017d51929a7f333a89d07ddff3c6ff7b2d1e8be3
+license : MPL-2.0
+component : programming.tools
+summary : Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.
+description: |
+ Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.
+ Terraform can manage existing and popular service providers as well as custom in-house solutions.
+builddeps :
+ - golang
+build : |
+ mkdir -p src/github.com/hashicorp
+ export GOPATH=`pwd`
+ ln -sv `pwd` src/github.com/hashicorp/terraform
+ cd src/github.com/hashicorp/terraform
+ go build -o terraform-binary
+install : |
+ cd src/github.com/hashicorp/terraform
+ install -Dm 00755 terraform-binary $installdir/usr/bin/terraform
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>terraform</Name>
+ <Packager>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Packager>
+ <License>MPL-2.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.</Summary>
+ <Description xml:lang="en">Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.
+Terraform can manage existing and popular service providers as well as custom in-house solutions.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>terraform</Name>
+ <Summary xml:lang="en">Terraform is a tool for building, changing, and combining infrastructure safely and efficiently.</Summary>
+ <Description xml:lang="en">Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.
+Terraform can manage existing and popular service providers as well as custom in-house solutions.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/terraform</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-20</Date>
+ <Version>0.11.7</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 1:13 AM (3 h, 19 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800858
Default Alt Text
D3290.id8294.diff (3 KB)
Attached To
Mode
D3290: Initial inclusion of terraform
Attached
Detach File
Event Timeline
Log In to Comment