Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libpthread.so.0 Index: package.yml =================================================================== --- /dev/null +++ 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 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + packer + + Mike Chau + git@mc-devel.com + + MPL-2.0 + programming.tools + Packer is a tool for building identical machine images for multiple platforms from a single source configuration. + 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. + + https://solus-project.com/sources/README.Solus + + + packer + Packer is a tool for building identical machine images for multiple platforms from a single source configuration. + 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. + + programming.tools + + /usr/bin/packer + + + + + 2018-07-22 + 1.2.5 + Packaging update + Mike Chau + git@mc-devel.com + + + \ No newline at end of file