Go to file
Henrik Grimler 864f6a63fe lua-language-server: fix hostbuild step
Package still fails to build though:

FAILED: build/obj/source_bee/subprocess_posix.obj
aarch64-linux-android-clang -MMD -MT build/obj/source_bee/subprocess_posix.obj -MF build/obj/source_bee/subprocess_posix.obj.d -std=c++17 -O2 -Wall -Werror -fvisibility=hidden -I3rd/bee.lua/bee/nonstd -I3rd/bee.lua -DBEE_INLINE -DNDEBUG  -fstack-protector-strong -Oz -I/data/data/com.termux/files/usr/include -o build/obj/source_bee/subprocess_posix.obj -c 3rd/bee.lua/bee/subprocess/subprocess_posix.cpp
3rd/bee.lua/bee/subprocess/subprocess_posix.cpp:152:17: error: 'posix_spawnattr_init' is unavailable: introduced in Android 28
        int r = posix_spawnattr_init(&spawnattr_);
                ^
/data/data/com.termux/files/usr/include/spawn.h:56:5: note: 'posix_spawnattr_init' has been explicitly marked unavailable here
int posix_spawnattr_init(posix_spawnattr_t* __attr) __INTRODUCED_IN(28);
    ^
2021-10-22 23:05:45 +02:00
.github github actions: don't use --retry-all-errors curl option as unavailable in this version 2021-10-09 00:24:54 +03:00
disabled-packages fix files without trailing newlines 2021-10-22 20:44:59 +01:00
ndk-patches ndk-patches: remove TCAFLUSH case from bits/termios_inlines.h 2021-10-22 23:05:45 +02:00
packages lua-language-server: fix hostbuild step 2021-10-22 23:05:45 +02:00
sample explicitly set maintainer for each package 2020-12-20 15:16:34 +02:00
scripts termux_step_setup_toolchain: do not add prefix to pkg-config 2021-10-22 23:05:45 +02:00
.gitattributes update .gitattributes 2020-08-27 21:40:58 +03:00
.gitignore build-package.sh: allow to select package formats between debian and pacman 2021-09-10 19:55:28 +03:00
BACKERS.md Update BACKERS.md 2020-04-29 00:32:23 +02:00
CODEOWNERS squashfs-tools-ng: fix ownership (#7732) 2021-10-13 15:03:45 +03:00
CONTRIBUTING.md update CONTRIBUTING.md 2021-10-09 14:58:59 +03:00
LICENSE.md avoid long lines in LICENSE.md 2019-06-08 14:40:01 +03:00
README.md readme: reorder badges 2021-08-01 13:08:13 +03:00
build-all.sh build-package.sh: allow to select package formats between debian and pacman 2021-09-10 19:55:28 +03:00
build-package.sh build-package: use PACKAGE_FORMAT debian if not specified 2021-10-22 09:27:15 +02:00
clean.sh packages: standardize values of several control variables for build.sh 2019-08-12 18:49:13 +03:00

README.md

Termux packages

GitHub repo size Packages last build status Docker image status Repology metadata Join the chat at https://gitter.im/termux/termux Join the Termux discord server

Powered by FossHost

This project contains scripts and patches to build packages for the Termux Android application.

Quick how-to about Termux package management is available at Package Management. It also has info on how to fix repository is under maintenance or down errors when running apt or pkg commands.

Contributing

@termux is looking for help with fixing issues, adding new packages and maintaining existing ones. It would be very helpful if you submit a pull request with bug fixes.

Read CONTRIBUTING.md and Developer's Wiki for more details.

Contacts

General mailing list: https://groups.io/g/termux

Developer mailing list: https://groups.io/g/termux-dev

General chat: https://gitter.im/termux/termux or #termux on IRC/libera.chat.

Developer chat: https://gitter.im/termux/dev.