void-packages/srcpkgs/Marker/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

26 lines
737 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
post_extract() {
# don't include bundled mathjax
rm -rf data/scripts/mathjax
}
post_install() {
vlicense src/scidown/LICENSE scidown.LICENSE
}