George Hu pushed to branch main at Arch Linux / Packaging / Packages / marisa
Commits:
edee56b9 by George Hu at 2026-01-09T11:51:26+08:00
Add `check()` function
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -64,6 +64,10 @@ build() {
make
}
+check() {
+ make -C marisa-trie-$pkgver check
+}
+
package_marisa() {
pkgdesc="Static and space-efficient trie data structure library"
depends=('gcc-libs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marisa/-/commit/edee56b9fb7795aca5c46db1328dcb949b68926b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marisa/-/commit/edee56b9fb7795aca5c46db1328dcb949b68926b
You're receiving this email because of your account on gitlab.archlinux.org.