void-packages/srcpkgs/monolith/template
2019-12-16 20:47:13 +01:00

22 lines
607 B
Bash

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