Add maintainers field and check dependencies
This commit is contained in:
@@ -14,11 +14,16 @@ build() {
|
||||
-Dsystem_bubblewrap=bwrap \
|
||||
-Dsystem_dbus_proxy=xdg-dbus-proxy \
|
||||
-Dgtkdoc=enabled \
|
||||
-Dtests=false \
|
||||
build
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
# The check function is executed in the source directory
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
meson test -C build --print-errorlogs
|
||||
}
|
||||
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user