George Hu pushed to branch main at Arch Linux / Packaging / Packages / typstyle
Commits:
7bef3555 by George Hu at 2026-01-18T01:18:01+08:00
Add `check()` function
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -24,6 +24,11 @@ build() {
cargo build --frozen --release --all-features
}
+check() {
+ cd "${pkgname}/"
+ cargo test --frozen --all-features
+}
+
package() {
cd "${pkgname}/target/release/"
install -Dm755 "${pkgname}" -t "${pkgdir}/usr/bin/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/7bef355548cf7ffa8fe7b91ec454be358e3c8ee7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typstyle/-/commit/7bef355548cf7ffa8fe7b91ec454be358e3c8ee7
You're receiving this email because of your account on gitlab.archlinux.org.