0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
termux-packages/packages/libduktape/duktape.subpackage.sh
Fredrik Fornwall 98a53c9f18 chore(main/libduktape): Build without using host python2
Use the dist tarball (which other Linux distributions are doing) it's possible
to build duktape without a host python2 - a step towards removing it (#21376).

A small side benefit is that it simplifies the build somewhat and
we do not need to create the pkg-config file ourselves.
2024-09-09 11:03:33 +02:00

4 lines
118 B
Bash

TERMUX_SUBPKG_INCLUDE="bin/"
TERMUX_SUBPKG_DESCRIPTION="Simple REPL for Duktape"
TERMUX_SUBPKG_DEPEND_ON_PARENT=false