22 lines
674 B
Bash
22 lines
674 B
Bash
# Template file for 'lychee'
|
|
pkgname=lychee
|
|
version=0.17.0
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--bin lychee"
|
|
make_install_args="--path lychee-bin"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="Fast, async, stream-based link checker written in Rust"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://lychee.cli.rs"
|
|
changelog="https://github.com/lycheeverse/lychee/releases"
|
|
distfiles="https://github.com/lycheeverse/lychee/archive/refs/tags/lychee-v${version}.tar.gz"
|
|
checksum=78b006105363ce0e989401124fd8bcb0b60d697db2cb29c71f2cdd7f5179c91c
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
}
|