diff options
| author | 0x221e <x221e@0xinfinity.dev> | 2026-06-22 13:23:39 +0300 |
|---|---|---|
| committer | 0x221e <x221e@0xinfinity.dev> | 2026-06-22 13:23:39 +0300 |
| commit | 05581d5e237477aac51b3dbf8e4c03714a36e276 (patch) | |
| tree | 222c402e52ec63d529b6b21d1add0ebe88fff877 /templates | |
| parent | cacee711ffebd105827ce8b35e4c13a4e674538a (diff) | |
| download | ibps-src-master.tar.gz | |
sync: sync all templates (not v0 yet, therefore it is acceptable)
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/ |
