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