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