mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
www-client/badwolf-9999: Switched to ninja as buildsystem
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
199ce48627
commit
532ea04b53
@ -1,9 +1,9 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2019-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit xdg
|
||||
inherit xdg ninja-utils
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
@ -46,8 +46,16 @@ src_configure() {
|
||||
./configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
eninja
|
||||
}
|
||||
|
||||
src_test() {
|
||||
eninja test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
DESTDIR="${ED}" eninja install
|
||||
|
||||
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user