void-packages/srcpkgs/monolith/template
2020-05-12 19:50:43 +02:00

17 lines
487 B
Bash

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