hasufell-repository/packages/dev-cpp/ctemplate/ctemplate-2.3.exheres-0
Julian Ospald d68b8a25df
dev-cpp/ctemplate: initial import
Preparation for dev-db/mysql-workbench.
2017-03-16 20:42:54 +01:00

17 lines
452 B
Bash

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