# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github  1.0
PortGroup           cmake   1.1

github.setup        jarulraj sqlcheck 1.3 v
github.tarball_from archive
revision            0

description         \
    Automatically identify anti-patterns in SQL queries

long_description    \
    ${name} automatically detects common SQL anti-patterns. Such \
    anti-patterns often slow down queries. Addressing them will, therefore, \
    help accelerate queries. ${name} targets all major SQL dialects.

categories          databases
installs_libs       no
license             Apache-2
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           ${distname}${extract.suffix} \
                    rmd160  1357cd9d279a65aa40b8adacf0464be1120932c7 \
                    sha256  7300964364d4ef8ed576cf1b1fe5c52321ab429fa78cff0f6984b9954eed60de \
                    size    43916

depends_lib-append  port:gflags \
                    port:gtest

patchfiles-append   patch-CMakeLists.diff       \
                    patch-src-CMakeLists.diff   \
                    patch-test-CMakeLists.diff
