New package: monolith-2.0.16

This commit is contained in:
Benjamín Albiñana 2019-09-06 13:54:21 +02:00 committed by Helmut Pozimski
parent 2daca2e7e9
commit 31f99f67a5

22
srcpkgs/monolith/template Normal file
View file

@ -0,0 +1,22 @@
# 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
}