dev-db/vsqlite++: initial import

Preparation for dev-db/mysql-workbench.
This commit is contained in:
Julian Ospald 2017-03-16 20:49:42 +01:00
parent d68b8a25df
commit 9e2027d70b
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# 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"