Allow building without help dependencies.
This commit is contained in:
@@ -68,7 +68,6 @@ makedepends=(
|
||||
python-build
|
||||
python-installer
|
||||
python-wheel
|
||||
yelp-tools
|
||||
)
|
||||
source=("git+https://git.stormux.org/storm/cthulhu.git")
|
||||
b2sums=('SKIP')
|
||||
@@ -85,7 +84,7 @@ pkgver() {
|
||||
|
||||
build() {
|
||||
cd cthulhu
|
||||
arch-meson _build
|
||||
arch-meson _build -Dhelp=false
|
||||
meson compile -C _build
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user