George Hu pushed to branch main at Arch Linux / Packaging / Packages /
showmethekey
Commits:
9dc708f1 by George Hu at 2025-09-19T19:04:58+08:00
Remove check() function due to no tests
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -18,10 +18,6 @@ build() {
meson compile -C build
}
-check() {
- meson test -C build --print-errorlogs
-}
-
package() {
meson install -C build --destdir "${pkgdir}"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showmethekey/-/commit/9dc708f1afe7c74592c744e8ae1800b0e6fe6be7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showmethekey/-/commit/9dc708f1afe7c74592c744e8ae1800b0e6fe6be7
You're receiving this email because of your account on gitlab.archlinux.org.