libsigar: add sigar libary
authorAmol Bhave <ambhave@fb.com>
Mon, 24 Sep 2018 18:15:21 +0000 (11:15 -0700)
committerAmol Bhave <ambhave@fb.com>
Tue, 7 May 2019 01:34:17 +0000 (18:34 -0700)
commit2cfba93020ab0f0cf20512d322eb33f49e1043ed
tree026adc4b472a0a6ca8361c61c070c334aac6a17c
parent1ccfdcc5b573f4a09af6804ced9d7c1831697d2c
libsigar: add sigar libary

sigar is a System Information Gatherer And Reporter library for C++
Adding the package so other C++ packages that depends on this library
can build.
This creates a libsigar.so shared library.

Signed-off-by: Amol Bhave <ambhave@fb.com>
libs/libsigar/Makefile [new file with mode: 0644]