libgflags: add gflags package
authorAmol Bhave <redacted>
Mon, 24 Sep 2018 17:52:27 +0000 (10:52 -0700)
committerAmol Bhave <redacted>
Wed, 3 Apr 2019 20:18:50 +0000 (13:18 -0700)
commit5669ce84ab830c1c6a3dac55b48234891383a090
tree981983296d0f8938c8bed3811abdfd5f8e56bab9
parent4502666bae867a651e5772adef34f3a2a5df61cb
libgflags: add gflags package

Google's gflags library is a C++ library that implements command line
flags processing. Adding the library so that it can used when compiling
other C++ programs.

Signed-off-by: Amol Bhave <redacted>
libs/libgflags/Makefile [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT