18 lines
484 B
Bash
18 lines
484 B
Bash
# Template file for 'monolith'
|
|
pkgname=monolith
|
|
version=2.6.2
|
|
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=15287b101b021f17cba13ca0b64c58a8be54bb061ba4b7c291eb57faf799977b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|