mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 12:20:52 +00:00
- Planned here, and separated into another PR for easier review and source control: https://github.com/termux/termux-packages/pull/23652#discussion_r2206041304 %ci:no-build
20 lines
651 B
Bash
20 lines
651 B
Bash
TERMUX_PKG_HOMEPAGE=https://rogerbinns.github.io/apsw/
|
|
TERMUX_PKG_DESCRIPTION="Another Python SQLite Wrapper"
|
|
TERMUX_PKG_LICENSE="ZLIB"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="3.51.2.0"
|
|
TERMUX_PKG_SRCURL=https://github.com/rogerbinns/apsw/releases/download/${TERMUX_PKG_VERSION}/apsw-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=15b69c57358624d8fef1c37ecaa536691cbb39db824fd41a11021c2f3197a7fb
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libsqlite, python"
|
|
TERMUX_PKG_PYTHON_COMMON_BUILD_DEPS="wheel"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_post_get_source() {
|
|
cp $TERMUX_PKG_BUILDER_DIR/setup.cfg ./
|
|
}
|
|
|
|
termux_step_make() {
|
|
:
|
|
}
|