25 lines
712 B
Bash
25 lines
712 B
Bash
# Template file for 'qtermwidget'
|
|
pkgname=qtermwidget
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="lxqt-build-tools qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-tools-devel"
|
|
short_desc="Terminal widget for QTerminal"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://lxqt-project.org"
|
|
distfiles="https://github.com/lxqt/qtermwidget/archive/${version}.tar.gz"
|
|
checksum=f0de18a8fb61ac7bde4b052c962bd3934a6f9c4fa3fd35aae3ddd833fd3b8b60
|
|
|
|
qtermwidget-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|