19 lines
606 B
Bash
19 lines
606 B
Bash
# Template file for 'comrak'
|
|
pkgname=comrak
|
|
version=0.19.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="oniguruma-devel"
|
|
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
|
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/kivikakk/comrak"
|
|
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
|
|
distfiles="https://github.com/kivikakk/comrak/archive/refs/tags/${version}.tar.gz"
|
|
checksum=6120f132e5e3240a4fbc46eb3659b46f081cba00be75209ede24ccfd28af36e9
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|