mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: utfcpp-4.0.6
This commit is contained in:
parent
6090f95cd6
commit
a6cf9f8b57
1 changed files with 16 additions and 0 deletions
16
srcpkgs/utfcpp/template
Normal file
16
srcpkgs/utfcpp/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue