Files
termux-packages/packages/python-apsw/build.sh
termux-pacman-bot 6be107ac52 bump(main/python-apsw): 3.43.1.1
This commit has been automatically submitted by Github Actions.
2023-10-06 18:32:09 +00:00

20 lines
619 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/rogerbinns/apsw/
TERMUX_PKG_DESCRIPTION="Another Python SQLite Wrapper"
TERMUX_PKG_LICENSE="ZLIB"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.43.1.1"
TERMUX_PKG_SRCURL=https://github.com/rogerbinns/apsw/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=62feed8ab6a928cc9cfaa095708095c31fd61179a05aa214984c74eb2c01e3e5
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libsqlite, python"
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_post_get_source() {
cp $TERMUX_PKG_BUILDER_DIR/setup.cfg ./
}
termux_step_make() {
:
}