19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'comrak'
|
|
pkgname=comrak
|
|
version=0.28.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="oniguruma-devel"
|
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/kivikakk/comrak"
|
|
changelog="https://raw.githubusercontent.com/kivikakk/comrak/main/changelog.txt"
|
|
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=7e1ef40ebf2a27faaad7c2068e32d2109726f6daf42ba64705e7a250a9b0a162
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|