Compare commits

..

No commits in common. "40c4f7b4d770a8d7cb4036519d9f9c49578a4814" and "c0acbb246d4d2b6ee2006425fb26dd3e18310e9a" have entirely different histories.

4 changed files with 2 additions and 12 deletions

View file

@ -1,5 +0,0 @@
wget https://github.com/mesonbuild/meson/releases/download/0.58.1/meson-0.58.1.tar.gz
tar -xf meson-0.58.1.tar.gz
cd meson-0.58.1
pip3 install $1

View file

@ -1,5 +0,0 @@
pkg_config_deploy=true
pkg_config_ver="0.58.1"
pkg_config_name="meson"
pkg_config_makedepends="python ninja "
pkg_config_depends=""

View file

@ -1,6 +1,6 @@
git clone https://github.com/ninja-build/ninja/archive/refs/tags/v1.10.2.tar.gz git clone https://github.com/ninja-build/ninja/archive/refs/tags/v1.10.2.tar.gz
tar -xf v1.10.2.tar.gz tar -xf v1.10.2.tar.gz
cd ninja-1.10.2 cd v1.10.2
./configure.py --bootstrap ./configure.py --bootstrap
cp -pv ninja "$1"/usr/bin cp -pv ninja "$1"/usr/bin

View file

@ -1,5 +1,5 @@
pkg_config_deploy=true pkg_config_deploy=true
pkg_config_ver="3.9.6" pkg_config_ver="3.9.6"
pkg_config_name="python" pkg_config_name="python"
pkg_config_makedepends="" pkg_config_makedepends="gcc"
pkg_config_depends="" pkg_config_depends=""