meson: update to 0.36.0
This commit is contained in:
parent
edf87a97ba
commit
8213484af6
1 changed files with 3 additions and 9 deletions
|
@ -1,21 +1,15 @@
|
|||
# Template file for 'meson'
|
||||
pkgname=meson
|
||||
version=0.35.1
|
||||
version=0.36.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="mesonbuild"
|
||||
hostmakedepends="python3-devel"
|
||||
depends="python3 ninja"
|
||||
short_desc="A super fast build system"
|
||||
short_desc="Super fast build system"
|
||||
license="Apache-2.0"
|
||||
maintainer="Dylan Katz <muddmaker.97@gmail.com>"
|
||||
homepage="http://mesonbuild.com"
|
||||
distfiles="https://github.com/mesonbuild/meson/archive/${version}.tar.gz"
|
||||
checksum=86e6f4bf234a9851304ea21ebc6dbc4de549bb0662c38e236ba0187156c20968
|
||||
|
||||
post_install() {
|
||||
for f in ${DESTDIR}/usr/bin/*.py; do
|
||||
ln -sfr ${f} ${f%%.py}
|
||||
done
|
||||
}
|
||||
checksum=32a8bc83672db0d7a675a25226849b195b9cca4ae09f8b669a470a5467943d88
|
||||
|
|
Loading…
Reference in a new issue