utpm 0.3.0

UTPM is a package manager for local and remote Typst packages. Quickly create and manage projects and templates on your system, and publish them directly to Typst Universe.
Documentation
Name:           utpm
Version:        0.3.0
Release:        1%{?dist}
Summary:        Unofficial Typst Package Manager (utpm)

License:        MIT
URL:            https://github.com/typst-community/utpm
Source0:        https://github.com/typst-community/utpm/archive/refs/tags/v%{version}.tar.gz

BuildRequires:  rust
BuildRequires:  cargo

%description
UTPM is a powerful command-line package manager for Typst.
Create, manage, and share Typst packages with ease.

%prep
%autosetup

%build
cargo build --release --all-features

%install
install -Dm755 target/release/utpm %{buildroot}%{_bindir}/utpm

%files
%license LICENSE
%doc README.md
%doc docs/GUIDE.md
%{_bindir}/utpm

%changelog
* Fri Nov 15 2025 Typst Community <https://github.com/typst-community> - 0.2.0-1
- Initial package