mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 15:15:11 +02:00
20 lines
945 B
Bash
20 lines
945 B
Bash
# Template file for 'cherrytree'
|
|
pkgname=cherrytree
|
|
version=1.0.0
|
|
revision=1
|
|
build_style=cmake
|
|
# Tests are built during the normal build process and require access to X server
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="gettext glib-devel pkg-config python3"
|
|
makedepends="fmt-devel fribidi-devel gtkmm-devel gtksourceviewmm-devel
|
|
gspell-devel libcurl-devel libxml++-devel spdlog sqlite-devel uchardet-devel
|
|
vte3-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="Hierarchial note taking application with syntax highlighting"
|
|
maintainer="Logen K <logen@sudotask.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.giuspen.com/cherrytree/"
|
|
changelog="https://raw.githubusercontent.com/giuspen/cherrytree/master/changelog.txt"
|
|
distfiles="https://github.com/giuspen/cherrytree/archive/refs/tags/${version}.tar.gz"
|
|
checksum=b0e814c97bb8f655c54f0d9c52c3afa839685bc95b101a40a9e73229abbee76c
|
|
make_check=no # Tests are run during build step
|