17 lines
531 B
Bash
17 lines
531 B
Bash
# 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
|
|
}
|