pkgs/srcpkgs/lxqt-build-tools-legacy/template
Kevin Figueroa c0e6223120 New Package: lxqt-qtplugin-legacy-1.4.1_1
This is a necessary dependency for keeping Qt5 styling and file dialog with LXQt>=2.0.0
2024-06-28 22:52:35 -04:00

18 lines
597 B
Bash

# Template file for 'lxqt-build-tools-legacy'
pkgname=lxqt-build-tools-legacy
version=0.13.0
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
makedepends="qt5-devel"
short_desc="LXQt build tools (Qt5 legacy compatibility)"
repository="cereus-extra"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="BSD-3-Clause"
homepage="https://lxqt-project.org"
distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz"
checksum=7f45b7ed7f54ec1e119b005d5fccddd9fe8d9a231fb66c41c952f29a08d1f901
post_install() {
vlicense BSD-3-Clause LICENSE
}