void-packages/srcpkgs/monolith/template
2020-12-26 15:49:11 -03:00

22 lines
557 B
Bash

# Template file for 'monolith'
pkgname=monolith
version=2.4.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=aba401677d9586b973a4719a945ffad70a6bef8adc737437a73aa7ed8709eae4
pre_build() {
cargo update --package openssl-sys --precise 0.9.58
}
post_install() {
vlicense LICENSE
}