19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'comrak'
|
|
pkgname=comrak
|
|
version=0.29.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=3929895c2c3e42d0d1a6efddd66a3c62282b81b62dd74229f6c8f31ac1dcb333
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|