Files
horizon-packages/srcpkgs/cargo-about/template
T
Alex Lohr bc6ff90d14 cargo-about: update to 0.9.0
enable cli feature (which is now disabled by default)
2026-05-07 12:12:55 +02:00

28 lines
880 B
Bash

# Template file for 'cargo-about'
pkgname=cargo-about
version=0.9.0
revision=1
# depends on rustls/ring
archs="x86_64* aarch64* i686* arm*"
build_style=cargo
configure_args="--features=cli"
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="Cargo plugin to generate list of all licenses for a crate"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/EmbarkStudios/cargo-about"
changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-about/main/CHANGELOG.md"
distfiles="https://github.com/EmbarkStudios/cargo-about/archive/refs/tags/${version}.tar.gz"
checksum=7dc9b5f87d25b57c044618655a1948857bd03196e3b20cbb8700b41ad6f1614f
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
broken="broken on architectures without atomic8"
fi
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vdoc README.md
}