New package: vectorscan-5.4.11

closes #44514
This commit is contained in:
classabbyamp 2024-06-14 02:40:07 -04:00
parent 0612f83b45
commit dfb5a32010
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
3 changed files with 33 additions and 0 deletions

View File

@ -1023,6 +1023,7 @@ libparserutils.so.0 libparserutils-0.1.1_1
libwapcaplet.so.0 libwapcaplet-0.1.0_1
libcss.so.0 libcss-0.1.1_1
libhubbub.so.0 libhubbub-0.1.1_1
libhs.so.5 vectorscan-5.4.11_1
liblutok.so.3 lutok-0.4_1
libmtdev.so.1 mtdev-1.1.2_1
libcryptsetup.so.12 libcryptsetup-2.3.4_2

1
srcpkgs/vectorscan-devel Symbolic link
View File

@ -0,0 +1 @@
vectorscan

View File

@ -0,0 +1,31 @@
# Template file for 'vectorscan'
pkgname=vectorscan
version=5.4.11
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DSIMDE_BACKEND=ON"
hostmakedepends="python3 ragel pkg-config"
makedepends="boost-devel sqlite-devel pcre-devel simde"
short_desc="High-performance regular expression matching library"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://www.vectorcamp.gr/project/vectorscan/"
changelog="https://github.com/VectorCamp/vectorscan/blob/develop/CHANGELOG-vectorscan.md"
distfiles="https://github.com/VectorCamp/vectorscan/archive/refs/tags/vectorscan/${version}.tar.gz"
checksum=905f76ad1fa9e4ae0eb28232cac98afdb96c479666202c5a4c27871fb30a2711
post_install() {
vlicense COPYING
}
vectorscan-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/doc
}
}