void-packages/srcpkgs/FeatherPad/template
2020-05-06 21:15:49 +02:00

18 lines
654 B
Bash

# Template file for 'FeatherPad'
pkgname=FeatherPad
version=0.14.1
revision=1
build_style=qmake
hostmakedepends="qt5-qmake qt5-tools-devel"
makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
short_desc="Lightweight Qt5 plain-text editor for Linux"
maintainer="Young Jin Park <youngjinpark20@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/tsujan/FeatherPad"
distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
checksum=15c0674bab988727ae4b001672c67b444203202ccb46f1290ca1552e603e0ecb
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"
fi