# Copyright 2017 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2

require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ]
require github [ user="vinzenz" project="vsqlite--" ]

SUMMARY="VSQLite++ - A welldesigned and portable SQLite3 Wrapper for C++"
HOMEPAGE="http://vsqlite.virtuosic-bytes.com/ ${HOMEPAGE}"

LICENCES="BSD-3"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""

DEPENDENCIES="
    build:
        dev-libs/boost[>=1.33]
    build+run:
        dev-db/sqlite:3
"

BUGS_TO="hasufell@posteo.de"