pagefind/package.yml
Alexander Zhirov 2e77c46fd0
All checks were successful
Build / Build project (push) Successful in 8m39s
1.3.0
2025-05-10 02:20:54 +03:00

48 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name : pagefind
version : 1.3.0
release : 1
source :
- https://github.com/CloudCannon/pagefind/archive/refs/tags/v1.3.0.tar.gz : d171b75b6d255a5e5e7c36584509417ab3cc73936d5d851660dc93aa8eecf32b
license : MIT
component : programming.tools
homepage : https://pagefind.app/
summary : Generate low-bandwidth search index for your static website
description: |
Pagefind is a fully static search library that aims to perform well on large sites, while using as little of your users bandwidth as possible, and without hosting any infrastructure.
builddeps :
- nodejs
- rustup
- wasm-pack
networking : yes
setup : |
rustup default stable
rustup target add wasm32-unknown-unknown
(
cd pagefind_web_js
npm i
npm run build-coupled
)
(
cd pagefind_ui/default
npm i
npm run build
)
(
cd pagefind_ui/modular
npm i
npm run build
)
(
cd pagefind_web
bash ./local_build.sh
)
%cargo_fetch
build : |
%cargo_build
install : |
%cargo_install