Commit Graph

12 Commits

Author SHA1 Message Date
Twaik Yont 151a3ebdb6 chore(main): force disable auto updates [no ci]
This is needed to avoid auto-updater script warnings.
2023-10-01 20:02:58 +03:00
Henrik Grimler 0ec2cfc1a7
hunspell-ru: update dictionary 2021-09-08 15:57:57 +02:00
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
Henrik Grimler 2086fb6b88 hunspell{,-ru}: fix accidental build.sh mix up.. 2020-07-08 13:54:50 +02:00
Leonid Pliushch 8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 009799171a hunspell-ru: change versioning scheme
Do not use dots when using date as version.
2019-05-21 14:13:59 +03:00
Wetitpig d50c847f11 Shell script compliance 2019-02-15 18:01:09 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 3010b4f33f hunspell-ru: Remove build revision 2017-03-24 01:19:26 +01:00
Eugene Medvedev 035110c39d New package: hunspell-ru (#846)
Russian dictionary for Hunspell, a trivial copy-paste job based on
hunspell-en-us.

The package name is `hunspell-ru` because that's what the Ubuntu equivalent is
named.
2017-03-24 01:17:39 +01:00