New package: utfcpp-4.0.6

This commit is contained in:
Mateusz Sylwestrzak 2025-02-25 20:20:00 +01:00 committed by classabbyamp
parent 6090f95cd6
commit a6cf9f8b57

16
srcpkgs/utfcpp/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'utfcpp'
pkgname=utfcpp
version=4.0.6
revision=1
build_style=cmake
configure_args="-DUTF8_TESTS=OFF -DBUILD_SHARED_LIBS=ON"
short_desc="Generic library that handles UTF-8 encoded strings"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="BSL-1.0"
homepage="https://github.com/nemtrif/utfcpp"
distfiles="https://github.com/nemtrif/utfcpp/archive/v${version}.tar.gz"
checksum=6920a6a5d6a04b9a89b2a89af7132f8acefd46e0c2a7b190350539e9213816c0
post_install() {
vlicense LICENSE
}