diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/ninja/template | 2 | ||||
| -rw-r--r-- | templates/python/template | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/ninja/template b/templates/ninja/template index f5033aa..30e84da 100644 --- a/templates/ninja/template +++ b/templates/ninja/template @@ -3,6 +3,8 @@ version=1.13.2 build_no=1 upstream="https://github.com/ninja-build/ninja/archive/refs/tags/v${version}.tar.gz" +makedepends=(libidn2 cmake) + function do_configure { cmake -Bbuild-cmake -DBUILD_TESTING=OFF } diff --git a/templates/python/template b/templates/python/template index f698bc6..62207e2 100644 --- a/templates/python/template +++ b/templates/python/template @@ -5,6 +5,8 @@ upstream="https://github.com/python/cpython/archive/refs/tags/v${version}.tar.gz cddir="cpython-${version}" +makedepends=(openssl3 make autoconf) + function do_configure { mkdir build/ cd build/ |
