From a6cf9f8b574fc2de5262f5bf14faffb5f84cf0e4 Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Tue, 25 Feb 2025 20:20:00 +0100 Subject: [PATCH] New package: utfcpp-4.0.6 --- srcpkgs/utfcpp/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/utfcpp/template diff --git a/srcpkgs/utfcpp/template b/srcpkgs/utfcpp/template new file mode 100644 index 00000000000..9e7b08f8b0f --- /dev/null +++ b/srcpkgs/utfcpp/template @@ -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 " +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 +}