Skip to content

Commit

Permalink
init packager file
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhailey committed Jun 15, 2015
1 parent 821a986 commit 145e6b4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .packager
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# -*- mode: ruby -*-
# -*- encoding: utf-8 -*-

Packager.build do
centos do
end
ubuntu do
target do
platform 'ubuntu'
version '12.04'
package 'deb'
arch 'amd64'
end
dependencies do
runtime ['libc6']
end
build do
name 'hw-redis'
template :generic
commands do
build [
'make distclean',
'make',
'make PREFIX=$PKG_DIR/usr/local install'
]
end
end
end
end

3 comments on commit 145e6b4

@d2obot
Copy link

@d2obot d2obot commented on 145e6b4 Jun 15, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New hw-redis created (version: v0.1)

@d2obot
Copy link

@d2obot d2obot commented on 145e6b4 Jun 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New hw-redis created (version: v0.2)

@d2obot
Copy link

@d2obot d2obot commented on 145e6b4 Jun 25, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[heavywater] New hw-redis created (version: v0.3)

Please sign in to comment.