19 lines
546 B
Bash
19 lines
546 B
Bash
# Template file for 'monolith'
|
|
pkgname=monolith
|
|
version=2.8.1
|
|
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"
|
|
changelog="https://github.com/Y2Z/monolith/releases"
|
|
distfiles="https://github.com/Y2Z/monolith/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=16bc9010f6a425ffa6cc71e01ab72bb3c9029f736c30918bff70157115b3ae9c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|