meson: update to 0.35.1
Add convenience symlinks.
This commit is contained in:
parent
bcdcc12de2
commit
75fe711be0
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'meson'
|
||||
pkgname=meson
|
||||
version=0.35.0
|
||||
revision=4
|
||||
version=0.35.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="mesonbuild"
|
||||
|
@ -12,4 +12,10 @@ 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=57947a2ed90c2f9d4e5a82df055fd1ae2d2015f0b133756ddcc564e9e5404ca0
|
||||
checksum=86e6f4bf234a9851304ea21ebc6dbc4de549bb0662c38e236ba0187156c20968
|
||||
|
||||
post_install() {
|
||||
for f in ${DESTDIR}/usr/bin/*.py; do
|
||||
ln -sfr ${f} ${f%%.py}
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue