23 lines
608 B
Bash
23 lines
608 B
Bash
|
# Template file for 'monolith'
|
||
|
pkgname=monolith
|
||
|
version=2.0.16
|
||
|
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=b2f5cd1d95d4d2ccd06e7f44e88e43ff0f2ec5d73dabe93ca56bf22656b06a0e
|
||
|
|
||
|
pre_build() {
|
||
|
cargo update --package openssl-sys --precise 0.9.48
|
||
|
cargo update --package openssl --precise 0.10.22
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|