mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
|
"name": "uchardet",
|
|
"buildsystem": "cmake",
|
|
"builddir": true,
|
|
"config-opts": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DCMAKE_INSTALL_LIBDIR=lib",
|
|
"-DBUILD_STATIC=OFF",
|
|
"-DBUILD_BINARY=OFF"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.freedesktop.org/uchardet/uchardet.git",
|
|
"tag": "v0.0.7",
|
|
"commit": "59f68dbe5709d708b53ad5ea95c7349d7ee6ebe4"
|
|
}
|
|
]
|
|
}
|