milis/talimatname/genel/meson/talimat

16 lines
481 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Meson hem son derece hızlı, hem de daha da önemlisi, mümkün olduğunca kullanıcı dostu olmak için tasarlanmış bir açık kaynak kodlu yapı sistemidir.
# URL: http://mesonbuild.com/
# Packager: milisarge
# Depends on: python git ninja
name=meson
version=0.40.0
release=1
source=(https://github.com/mesonbuild/meson/releases/download/$version/$name-$version.tar.gz)
build () {
cd $name-$version
python3 setup.py install --root="$PKG" --optimize=1
}