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" +