void-packages/srcpkgs/monolith/template
2020-05-18 13:26:35 +02:00

17 lines
487 B
Bash

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