mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-16 07:43:14 +00:00
14 lines
464 B
Bash
14 lines
464 B
Bash
TERMUX_PKG_HOMEPAGE=https://duckdb.org/
|
|
TERMUX_PKG_DESCRIPTION="An in-process SQL OLAP database management system"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.4.0
|
|
TERMUX_PKG_REVISION=1
|
|
# we clone to retain the .git directory, to ensure the version in the built executable is correctly populated
|
|
TERMUX_PKG_SRCURL=https://github.com/duckdb/duckdb.git
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
|
|
termux_step_pre_configure() {
|
|
LDFLAGS+=" -llog"
|
|
}
|