void-packages/srcpkgs/monolith/template
2021-06-11 15:14:12 -03:00

17 lines
486 B
Bash

# Template file for 'monolith'
pkgname=monolith
version=2.6.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-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=6cc8c9e9f9a3e2ab9e5c8f5eddcccbfcff92c728e7e9331a4f88231320aded75
post_install() {
vlicense LICENSE
}