vp-build/srcpkgs/monolith/template

18 lines
483 B
Bash

# Template file for 'monolith'
pkgname=monolith
version=2.7.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="CC0-1.0"
homepage="https://github.com/Y2Z/monolith"
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
checksum=2076b479638d4ae5c1d1009c915527213175e6ae1b18f95d296092cbda0e7cc2
post_install() {
vlicense LICENSE
}