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
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cargo

override_dh_auto_build:
	cargo build --release --all-features

override_dh_auto_install:
	install -Dm755 target/release/utpm debian/utpm/usr/bin/utpm
	install -Dm644 docs/GUIDE.md debian/utpm/usr/share/doc/utpm/GUIDE.md