void-packages/srcpkgs/syntax-highlighting/template
Denis Revin f8cf203d8d New package: syntax-highlighting-5.29.0
Closes: #5393 [via git-merge-pr]
2016-12-20 01:09:20 -05:00

25 lines
867 B
Bash

# Template file for 'syntax-highlighting'
pkgname=syntax-highlighting
version=5.29.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules perl"
makedepends="qt5-devel qt5-xmlpatterns-devel"
short_desc="Syntax highlighting engine for structured text and code"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839
syntax-highlighting-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}