void-packages/srcpkgs/monolith/template
Nathan Owens 2a3c435ed1 monolith: fix aarch64 on buildbot
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-17 14:07:16 +01:00

17 lines
487 B
Bash

# Template file for 'monolith'
pkgname=monolith
version=2.1.0
revision=2
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=966dadf31f174dcc21a73110bc432ed05789cef899ec3aaa035d9e5c2b17258a
post_install() {
vlicense LICENSE
}