New package: range-v3-0.3.5

This commit is contained in:
John 2018-02-18 16:35:40 +01:00 committed by Jürgen Buchmüller
parent 6c713d3672
commit 5a6523c90c

16
srcpkgs/range-v3/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'range-v3'
pkgname=range-v3
version=0.3.5
revision=1
build_style=cmake
configure_args="-DRANGE_V3_NO_TESTING=1 -DRANGE_V3_NO_EXAMPLE=1 -DRANGE_V3_NO_PERF=1"
short_desc="Experimental range library for C++11/14/17"
maintainer="John <johnz@posteo.net>"
license="mixed"
homepage="https://github.com/ericniebler/range-v3"
distfiles="https://github.com/ericniebler/range-v3/archive/${version}.tar.gz"
checksum=0a0094b450fe17e1454468bef5b6bf60e73ef100aebe1663daf6fbdf2c353836
post_install() {
vlicense LICENSE.txt
}