termux-pacman-bot 026c021e1f tree-wide: apply relative CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR to more packages that otherwise generate invalid .cmake and .pc files
- https://github.com/termux/termux-packages/pull/27323 again

- Before:

```
/data/data/com.termux/files/usr/include/lws_config.h:10:#define LWS_INSTALL_LIBDIR "/data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib"
/data/data/com.termux/files/usr/lib/pkgconfig/opencv4.pc:5:libdir=${exec_prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/opencv4.pc:6:includedir=${prefix}//data/data/com.termux/files/usr/include/opencv4
/data/data/com.termux/files/usr/lib/pkgconfig/opencv4.pc:11:Libs: -L${exec_prefix}//data/data/com.termux/files/usr/lib -lopencv_gapi -lopencv_stitching -lopencv_aruco -lopencv_bgsegm -lopencv_bioinspired -lopencv_ccalib -lopencv_cvv -lopencv_dnn_objdetect -lopencv_dnn_superres -lopencv_dpm -lopencv_face -lopencv_freetype -lopencv_fuzzy -lopencv_hfs -lopencv_img_hash -lopencv_intensity_transform -lopencv_line_descriptor -lopencv_mcc -lopencv_quality -lopencv_rapid -lopencv_reg -lopencv_rgbd -lopencv_saliency -lopencv_signal -lopencv_stereo -lopencv_structured_light -lopencv_phase_unwrapping -lopencv_superres -lopencv_optflow -lopencv_surface_matching -lopencv_tracking -lopencv_highgui -lopencv_datasets -lopencv_text -lopencv_plot -lopencv_videostab -lopencv_videoio -lopencv_wechat_qrcode -lopencv_xfeatures2d -lopencv_shape -lopencv_ml -lopencv_ximgproc -lopencv_video -lopencv_xobjdetect -lopencv_objdetect -lopencv_calib3d -lopencv_imgcodecs -lopencv_features2d -lopencv_dnn -lopencv_flann -lopencv_xphoto -lopencv_photo -lopencv_imgproc -lopencv_core
/data/data/com.termux/files/usr/lib/pkgconfig/libebur128.pc:3:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/liboqs.pc:2:libdir=${prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/liboqs.pc:3:includedir=${prefix}//data/data/com.termux/files/usr/include
/data/data/com.termux/files/usr/lib/pkgconfig/frei0r.pc:3:libdir=/data/data/com.termux/files/usr//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/mlt-framework-7.pc:7:moduledir=${prefix}//data/data/com.termux/files/usr/lib/mlt-7
/data/data/com.termux/files/usr/lib/pkgconfig/libwebsockets.pc:3:libdir=${exec_prefix}//data/data/com.termux/files/usr/lib
/data/data/com.termux/files/usr/lib/pkgconfig/libwebsockets.pc:4:includedir=${prefix}//data/data/com.termux/files/usr/include
```

- After:

```
~ $ grep -rnI $PREFIX -e /$PREFIX/include -e /$PREFIX/lib
~ $
```
2025-12-07 20:38:32 +00:00
2025-10-14 15:48:56 +03:00
2025-12-07 11:05:54 +00:00
2025-11-28 22:38:17 +00:00
2025-12-04 01:34:15 +00:00
2025-06-30 02:42:06 +00:00
2025-12-07 11:05:54 +00:00
2025-09-26 18:41:05 +00:00
2020-08-27 21:40:58 +03:00
2020-04-29 00:32:23 +02:00
2025-11-14 16:06:37 +00:00
2025-11-28 22:38:17 +00:00
2025-04-27 21:35:50 +00:00
2025-11-24 09:41:25 +00:00
2025-08-28 02:13:30 +00:00
2025-07-23 03:12:42 +00:00
2025-09-24 09:38:15 +03:00
2024-05-13 10:33:57 +03:00
2023-10-04 14:21:52 +03:00
2023-08-20 23:34:19 +03:00

Termux packages for pacman - official git repo mirror

GitHub repo size Packages last build status Repo last update status
More about the repository

Code for connecting repository:

main:

[main]
Server = https://service.termux-pacman.dev/main/$arch

x11:

[x11]
Server = https://service.termux-pacman.dev/x11/$arch

root:

[root]
Server = https://service.termux-pacman.dev/root/$arch

Other information:

  • Android support: 7+
  • Architecture support: all (aarch64, arm, x86_64, i686)
  • Signature: termux-pacman organization gpg key
  • Powered by aws
  • Root repository: https://github.com/termux/termux-packages
  • Organization maintaining the root repository: termux
Description
A build system and primary set of packages in format pacman for Termux.
Readme 87 MiB
Languages
Shell 80.5%
C 12.7%
C++ 2.6%
CMake 1%
Python 0.8%
Other 2.2%