27 lines
755 B
Bash
27 lines
755 B
Bash
# Template file for 'Marker'
|
|
pkgname=Marker
|
|
version=2020.04.04
|
|
revision=1
|
|
wrksrc=marker
|
|
build_style=meson
|
|
hostmakedepends="glib-devel pkg-config"
|
|
makedepends="gtksourceview-devel gtkspell3-devel gtk+3-devel libglib-devel
|
|
webkit2gtk-devel"
|
|
depends="iso-codes"
|
|
short_desc="Gtk3 markdown editor"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later, ISC"
|
|
homepage="https://fabiocolacio.github.io/Marker/"
|
|
distfiles="https://github.com/fabiocolacio/Marker/releases/download/${version}/marker.zip"
|
|
checksum=ca493e7e94f171c15f7ffc9f697ce265d3b4fdb20fae157601d091d89dd6fb40
|
|
patch_args="-Np1"
|
|
|
|
post_extract() {
|
|
# don't include bundled mathjax
|
|
rm -rf data/scripts/mathjax
|
|
}
|
|
|
|
post_install() {
|
|
vlicense src/scidown/LICENSE scidown.LICENSE
|
|
}
|