#!/bin/shNAME="gcovr"DESC="Generates a simple report that summarizes the gcc code coverage"MAKEDEPS=""PKG_VER=5.2
SOURCE="https://github.com/gcovr/gcovr/archive/$PKG_VER.tar.gz"
build(){python3setup.pybuild
}
package(){python3setup.pyinstall--prefix=/usr--root="$PKG_DEST"}