Commit Graph

13 Commits

Author SHA1 Message Date
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 cff2405455 dart: update to 2.4.1 2019-08-11 19:06:33 +03:00
Leonid Pliushch afe23896b0 dart: update to 2.4.0 2019-06-29 21:03:49 +03:00
vishalbiswas a3063c63e4 dart: fix /tmp path 2019-06-15 10:57:10 +05:30
Leonid Pliushch ec736267fa dart: update to 2.3.2 2019-06-13 22:45:58 +03:00
Leonid Pliushch 4aed11a11e dart: add tar and gzip as dependencies
Needed in order to get "pub" working properly.
2019-05-23 03:18:20 +03:00
Leonid Pliushch 7717f3e576 dart: update to 2.3.1 + some fixes (#3858)
* dart: update to 2.3.1

* dart: attempt to fix path to /bin/sh

* dart: add '~/.pub-cache/bin' to PATH (sh/bash only)
2019-05-23 00:22:43 +03:00
Leonid Pliushch cb2302206b dart: update to 2.3.0 2019-05-16 01:12:36 +03:00
TheBrokenRail bc5eef470b Remove Unnecessary Line 2019-04-29 15:29:08 +03:00
Leonid Pliushch 6eda1ee967 dart: bump revision 2019-04-26 23:50:48 +03:00
TheBrokenRail 70962b82ef Fix Dart x86 Build 2019-04-26 23:50:48 +03:00
TheBrokenRail 5ffaec97ba new package: dart
Requested in https://github.com/termux/termux-packages/issues/3539.
2019-04-26 15:13:36 +03:00