21 lines
788 B
Bash
21 lines
788 B
Bash
# Template file for 'notes-up'
|
|
pkgname=notes-up
|
|
version=2.0.5
|
|
revision=1
|
|
wrksrc=Notes-up-${version}
|
|
build_style=meson
|
|
hostmakedepends="pkg-config vala gettext glib-devel"
|
|
makedepends="libgee08-devel discount-devel webkit2gtk-devel granite-devel
|
|
gtksourceview4-devel gtkspell3-devel"
|
|
depends="hicolor-icon-theme"
|
|
short_desc="Markdown notes editor & manager"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later, BSD-3-Clause"
|
|
homepage="https://github.com/Philip-Scott/Notes-up"
|
|
distfiles="https://github.com/Philip-Scott/Notes-up/archive/${version}.tar.gz"
|
|
checksum=56ddf5ab3468c3bbb806106c41b485b020ade3c7f48d271bda1e78ddce5e1664
|
|
|
|
post_install() {
|
|
ln -s com.github.philip_scott.notes-up ${DESTDIR}/usr/bin/notes-up
|
|
vlicense data/assets/highlightjs/highlight.LICENSE
|
|
}
|