void-packages/srcpkgs/monolith/template

20 lines
585 B
Bash

# Template file for 'monolith'
pkgname=monolith
version=2.8.3
revision=1
build_style=cargo
configure_args="--no-default-features"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Save HTML pages with ease"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="CC0-1.0"
homepage="https://github.com/Y2Z/monolith"
changelog="https://github.com/Y2Z/monolith/releases"
distfiles="https://github.com/Y2Z/monolith/archive/refs/tags/v${version}.tar.gz"
checksum=51769e6505d5708ac296e5d93e280c9fefa7873452d471c5106aaeb7c3667f9f
post_install() {
vlicense LICENSE
}