dev-cpp/ctemplate: initial import

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

View File

@ -0,0 +1,16 @@
# 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="olafvdspek" tag="${PNV}" ]
SUMMARY="A simple but powerful template language for C++"
HOMEPAGE="https://github.com/olafvdspek/ctemplate"
LICENCES="BSD-3"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
BUGS_TO="hasufell@posteo.de"