diff --git a/srcpkgs/monolith/template b/srcpkgs/monolith/template new file mode 100644 index 00000000000..19e324995d2 --- /dev/null +++ b/srcpkgs/monolith/template @@ -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 " +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 +}