ClickHouse/packages/clickhouse-odbc-bridge.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1.2 KiB
YAML
Raw Normal View History

2024-03-31 00:59:36 +00:00
# package sources should be placed in ${PWD}/root
# nfpm should run from the same directory with a config
name: "clickhouse-odbc-bridge"
description: |
ClickHouse ODBC Bridge - is a separate process for loading ODBC drivers and interacting with external databases using the ODBC protocol.
ClickHouse is a column-oriented database management system
that allows generating analytical data reports in real time.
# Common packages config
arch: "${DEB_ARCH}" # amd64, arm64
platform: "linux"
version: "${CLICKHOUSE_VERSION_STRING}"
vendor: "ClickHouse Inc."
homepage: "https://clickhouse.com"
license: "Apache"
section: "database"
priority: "optional"
maintainer: "ClickHouse Dev Team <packages+linux@clickhouse.com>"
deb:
fields:
Source: clickhouse
# Package specific content
contents:
- src: root/usr/bin/clickhouse-odbc-bridge
dst: /usr/bin/clickhouse-odbc-bridge
# docs
- src: ../AUTHORS
2024-04-04 21:21:00 +00:00
dst: /usr/share/doc/clickhouse-odbc-bridge/AUTHORS
2024-03-31 00:59:36 +00:00
- src: ../CHANGELOG.md
2024-04-04 21:21:00 +00:00
dst: /usr/share/doc/clickhouse-odbc-bridge/CHANGELOG.md
2024-03-31 00:59:36 +00:00
- src: ../LICENSE
2024-04-04 21:21:00 +00:00
dst: /usr/share/doc/clickhouse-odbc-bridge/LICENSE
2024-03-31 00:59:36 +00:00
- src: ../README.md
2024-04-04 21:21:00 +00:00
dst: /usr/share/doc/clickhouse-odbc-bridge/README.md