summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 98e3c064d760a6b383f0d10e7db08aaab3b30b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = ctre
	pkgdesc = A Compile time PCRE (almost) compatible regular expression matcher
	pkgver = 2.10
	pkgrel = 1
	url = https://github.com/hanickadot/compile-time-regular-expressions/
	arch = any
	license = Apache-2.0
	makedepends = git
	makedepends = cmake
	makedepends = make
	optdepends = gcc: c++ compiler
	optdepends = clang: c++ compiler
	provides = compile-time-regular-expressions
	conflicts = compile-time-regular-expressions
	source = https://github.com/hanickadot/compile-time-regular-expressions//archive/v2.10.tar.gz
	sha512sums = SKIP

pkgname = ctre