25 lines
717 B
Bash
25 lines
717 B
Bash
# Template file for 'qtermwidget'
|
|
pkgname=qtermwidget
|
|
version=1.2.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="Helmut Pozimski <helmut@pozimski.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://lxqt-project.org"
|
|
distfiles="https://github.com/lxqt/qtermwidget/archive/${version}.tar.gz"
|
|
checksum=a309809d16943f3938ae49ef7ee03c230867a6826e0cd324a31750b0a0211a80
|
|
|
|
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
|
|
}
|
|
}
|