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