# Template file for 'usage'
pkgname=usage
version=5.0.0
revision=1
build_style=cargo
make_install_args="--path cli"
make_check_args="-- --skip complete_word_boolean_flags_dont_consume_subcommands
 --skip complete_word_mixed_global_flags
 --skip complete_word_mounted_with_global_flags
 --skip complete_word_mounted
 --skip empty_defaults_example
 --skip usage_double_slash_execution
 --skip usage_double_slash_execution_old"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Specification and CLI for defining CLI tools"
maintainer="Daniel Lewan <daniel@teddydd.me>"
license="MIT"
homepage="https://usage.jdx.dev"
changelog="https://raw.githubusercontent.com/jdx/usage/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/jdx/usage/archive/v${version}.tar.gz"
checksum=ac903db2d2c0fcee17a285da60fcc292b90a2f51ff813121f73cf050c023daa1

post_install() {
	vlicense LICENSE
}
