21 lines
557 B
Bash
21 lines
557 B
Bash
# Template file for 'monolith'
|
|
pkgname=monolith
|
|
version=2.3.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-devel"
|
|
short_desc="Save HTML pages with ease "
|
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|
license="Unlicense"
|
|
homepage="https://github.com/Y2Z/monolith"
|
|
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
|
|
checksum=21b90f9b047a98a4d442795d949952fe687ae14d75cc5f416f1cf77c53e40bca
|
|
|
|
pre_build() {
|
|
cargo update --package openssl-sys --precise 0.9.58
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|