summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-02PKGBUILD: Migrate 'pnpm prep' to build()Shohei Maruyama
'pnpm prep' runs 'cargo' internally, so it should be in build(). Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-12-02PKGBUILD: Fix psl-core build errorShohei Maruyama
Since rust 1.74, failed to buiild psl-core. Use fixed toolchains specified by 'rust-toolchain.toml'. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-11-19PKGBUILD: Add missing build dependenciesShohei Maruyama
bindgen requires 'clang'. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-11-05PKGBUILD: Fix wrong upstream urlShohei Maruyama
This is not 'turbo', so fix it. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
2023-11-05Initial commitShohei Maruyama
Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>