17 lines
486 B
Bash
17 lines
486 B
Bash
# Template file for 'monolith'
|
|
pkgname=monolith
|
|
version=2.4.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="Unlicense"
|
|
homepage="https://github.com/Y2Z/monolith"
|
|
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
|
|
checksum=d68980bd5ade841f41e0d35447f9c299c82118eef2d291c2c07063086a18de0d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|