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