Page MenuHomeSolus

D3369.diff
No OneTemporary

D3369.diff

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,27 @@
+name : packer
+version : 1.2.5
+release : 1
+source :
+ - https://github.com/hashicorp/packer/archive/v1.2.5.tar.gz : 86408d212a0e0b9c7a0dc93e4835a900569ad7e7bfc45cd633d7c6560f2f8d2b
+license : MPL-2.0
+component : programming.tools
+summary : Packer is a tool for building identical machine images for multiple platforms from a single source configuration.
+description: |
+ Packer is a tool for building identical machine images for multiple platforms from a single source configuration.
+
+ Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer comes out of the box with support for many platforms, the full list of which can be found at https://www.packer.io/docs/builders/index.html.
+
+ Support for other platforms can be added via plugins.
+
+ The images that Packer creates can easily be turned into Vagrant boxes.
+builddeps :
+ - golang
+build : |
+ mkdir -p src/github.com/hashicorp
+ export GOPATH=`pwd`
+ ln -sv `pwd` src/github.com/hashicorp/packer
+ cd src/github.com/hashicorp/packer
+ go build -o packer-binary
+install : |
+ cd src/github.com/hashicorp/packer
+ install -Dm 00755 packer-binary $installdir/usr/bin/packer
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,46 @@
+<PISI>
+ <Source>
+ <Name>packer</Name>
+ <Packager>
+ <Name>Mike Chau</Name>
+ <Email>git@mc-devel.com</Email>
+ </Packager>
+ <License>MPL-2.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Packer is a tool for building identical machine images for multiple platforms from a single source configuration.</Summary>
+ <Description xml:lang="en">Packer is a tool for building identical machine images for multiple platforms from a single source configuration.
+
+Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer comes out of the box with support for many platforms, the full list of which can be found at https://www.packer.io/docs/builders/index.html.
+
+Support for other platforms can be added via plugins.
+
+The images that Packer creates can easily be turned into Vagrant boxes.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>packer</Name>
+ <Summary xml:lang="en">Packer is a tool for building identical machine images for multiple platforms from a single source configuration.</Summary>
+ <Description xml:lang="en">Packer is a tool for building identical machine images for multiple platforms from a single source configuration.
+
+Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer comes out of the box with support for many platforms, the full list of which can be found at https://www.packer.io/docs/builders/index.html.
+
+Support for other platforms can be added via plugins.
+
+The images that Packer creates can easily be turned into Vagrant boxes.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/packer</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-22</Date>
+ <Version>1.2.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Mike Chau</Name>
+ <Email>git@mc-devel.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:51 AM (3 h, 13 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810275
Default Alt Text
D3369.diff (4 KB)

Event Timeline