21 lines
643 B
Bash
21 lines
643 B
Bash
# Template file for 'lychee'
|
|
pkgname=lychee
|
|
version=0.12.0
|
|
revision=1
|
|
build_style=cargo
|
|
make_install_args="--path lychee-bin"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="Fast, async, stream-based link checker written in Rust"
|
|
maintainer="Stefan Kreutz <mail@skreutz.com>"
|
|
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/v${version}.tar.gz"
|
|
checksum=2d8a08e6d64d24f7bceacf12e4d097c599bf1fbc40a146671eae4b638cde1f47
|
|
|
|
post_install() {
|
|
vlicense LICENSE-APACHE
|
|
vlicense LICENSE-MIT
|
|
}
|