Commit Graph

4 Commits

Author SHA1 Message Date
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch 2ed046ac92 wrk: crash fix
Apply patch suggested in issue https://github.com/termux/termux-packages/issues/5291.
2020-05-14 00:57:04 +03:00
Leonid Pliushch 6a75d95b5c wrk: provide lua source
Wrk is unable to load the compiled-in bytecode, so provide the
source file.
2020-05-08 03:29:57 +03:00
ifurther fe9c49ae32 new package: wrk (#5262)
* add wrk package
* install luajit into docker image
2020-05-08 02:23:01 +03:00