From 9e2027d70b0b3be656ee1a6ee42f74931fd9e045 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 16 Mar 2017 20:49:42 +0100 Subject: [PATCH] dev-db/vsqlite++: initial import Preparation for dev-db/mysql-workbench. --- .../vsqlite++/vsqlite++-0.3.13.exheres-0 | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/dev-db/vsqlite++/vsqlite++-0.3.13.exheres-0 diff --git a/packages/dev-db/vsqlite++/vsqlite++-0.3.13.exheres-0 b/packages/dev-db/vsqlite++/vsqlite++-0.3.13.exheres-0 new file mode 100644 index 0000000..b4c1d84 --- /dev/null +++ b/packages/dev-db/vsqlite++/vsqlite++-0.3.13.exheres-0 @@ -0,0 +1,23 @@ +# Copyright 2017 Julian Ospald +# 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" +