Commit Graph

13 Commits

Author SHA1 Message Date
Luka Mamukashvili f21c111e94 vtm: update to v0.7.5 2022-05-09 06:11:23 +09:00
Termux Github Actions ec643f06e3 vtm: update to 0.7.4
This commit has been automatically submitted by Github Actions.
2022-05-02 12:28:24 +00:00
Termux Github Actions 2624d10b8b vtm: update to 0.7.3
This commit has been automatically submitted by Github Actions.
2022-05-01 00:46:28 +00:00
Tee KOBAYASHI 2b4ee11fba vtm: Update to 0.7.2
Co-authored-by: Luka Mamukashvili <ultraluka0@gmail.com>
Co-authored-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-30 09:58:46 +09:00
Tee KOBAYASHI dfb4de296e vtm: Specify `TERMUX_PKG_LICENSE_FILE`
instead of using custom `termux_step_install_license` function.

%ci:no-build
2022-04-24 00:10:43 +09:00
Luka Mamukashvili cf022e0f91 Update vtm to v0.7.1 2022-04-22 15:05:02 +05:30
Termux Github Actions 533e46dbee vtm: update to 0.7.0
This commit has been automatically submitted by Github Actions.
2022-04-22 00:27:46 +00:00
Aditya Alok c747776924
feat(vtm): enable auto-update, upgrade to 0.6.0
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-18 00:52:12 +05:30
Tee KOBAYASHI 5b3c02b435 vtm: Depend on `libc++` 2022-03-19 15:00:59 +09:00
Leonid Pliushch 57222b6523
vtm: fix 32bit builds 2021-10-04 19:48:01 +03:00
Leonid Pliushch 54bdd1d924
vtm: fix license file installation 2021-10-04 16:00:34 +03:00
Leonid Pliushch 641f9f2b16
vtm: disable builds for 32 bit architectures
Need patch for compilation error:

/home/builder/.termux-build/vtm/src/src/netxs/console/../os/system.hpp:1469:80: error: cannot initialize a parameter of type 'socklen_t *' (aka 'int *') with an rvalue of type 'unsigned int *'
                if (!ok(::getsockopt(handle.h, SOL_SOCKET, SO_PEERCRED, &cred, &size), "getsockopt error"))
                                                                               ^~~~~
/home/builder/.termux-build/_cache/android-r21d-api-24-v5/sysroot/usr/include/sys/socket.h:311:92: note: passing argument to parameter '__value_length' here
__socketcall int getsockopt(int __fd, int __level, int __option, void* __value, socklen_t* __value_length);
2021-10-04 15:49:14 +03:00
Leonid Pliushch ebb6b25420
new package: vtm
Requested in https://github.com/termux/termux-packages/issues/7490.
2021-10-04 15:41:53 +03:00