void-packages/srcpkgs/monolith/template
2020-01-22 12:23:28 +01:00

17 lines
487 B
Bash

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