void-packages/srcpkgs/monolith/template
2020-06-03 20:29:08 +02:00

17 lines
487 B
Bash

# Template file for 'monolith'
pkgname=monolith
version=2.2.7
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=8fa8ea66383f7278f6fcbe1ba75ffc9243b93031a88725135ca3b0eeb38c7df9
post_install() {
vlicense LICENSE
}