parent
09b0ab33a9
commit
469b71adb2
21
srcpkgs/FeatherPad/template
Normal file
21
srcpkgs/FeatherPad/template
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Template file for 'FeatherPad'
|
||||||
|
pkgname=FeatherPad
|
||||||
|
version=0.9.4
|
||||||
|
revision=1
|
||||||
|
build_style=qmake
|
||||||
|
hostmakedepends="qt5-qmake qt5-tools-devel"
|
||||||
|
makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-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=6833ebc541550c0cac4c5e47f0870eb0209f0d779dfeef7273b6287896d46ef6
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-x11extras-devel qt5-svg-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user