Skip to content

Commit

Permalink
Release version 1.0.1 with rockspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
opomuc committed Jan 22, 2018
1 parent 05e7648 commit 606e702
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspecs/gperftools-1.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = 'gperftools'
version = '1.0.1-1'
source = {
url = 'git://github.com/tarantool/gperftools.git',
tag = '1.0.1',
}
description = {
summary = "Bindings for Google Performnace Tools CPU profiler",
homepage = 'https://github.com/tarantool/gperftools',
license = 'BSD',
}
dependencies = {
'lua >= 5.1'
}
external_dependencies = {
GPERFTOOLS = {
library = 'profiler'
}
}
build = {
type = 'builtin',
modules = {
['gperftools'] = 'gperftools/init.lua',
['gperftools.cpu'] = 'gperftools/cpu.lua'
}
}
-- vim: syntax=lua
File renamed without changes.

0 comments on commit 606e702

Please # to comment.