mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ninja: update to 1.11.1.
This commit is contained in:
parent
af374bd6b3
commit
9b24c6a41e
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ninja'
|
# Template file for 'ninja'
|
||||||
pkgname=ninja
|
pkgname=ninja
|
||||||
version=1.11.0
|
version=1.11.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="python3 asciidoc"
|
hostmakedepends="python3 asciidoc"
|
||||||
short_desc="Small build system with a focus on speed"
|
short_desc="Small build system with a focus on speed"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://ninja-build.org/"
|
homepage="https://ninja-build.org/"
|
||||||
distfiles="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz"
|
||||||
checksum=3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6
|
checksum=31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# Skip rebuild with bootstrapped ninja until build phase:
|
# Skip rebuild with bootstrapped ninja until build phase:
|
||||||
|
@ -37,4 +37,7 @@ do_install() {
|
||||||
vdoc doc/manual.asciidoc
|
vdoc doc/manual.asciidoc
|
||||||
vinstall misc/bash-completion 644 usr/share/bash-completion/completions ninja
|
vinstall misc/bash-completion 644 usr/share/bash-completion/completions ninja
|
||||||
vinstall misc/zsh-completion 644 usr/share/zsh/site-functions _ninja
|
vinstall misc/zsh-completion 644 usr/share/zsh/site-functions _ninja
|
||||||
|
vinstall misc/ninja-mode.el 644 usr/share/emacs/site-lisp
|
||||||
|
vinstall misc/ninja.vim 644 usr/share/vim/vimfiles/syntax
|
||||||
|
vinstall misc/ninja_syntax.py 644 usr/lib/python3.10/site-packages
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue