This commit is contained in:
parent
fa622d31ed
commit
fc8212c51e
22 changed files with 383 additions and 2 deletions
23
srcpkgs/qt5-futuresql/template
Normal file
23
srcpkgs/qt5-futuresql/template
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Template file for qt5-futuresql
|
||||
pkgname=qt5-futuresql
|
||||
version=0.1git
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config extra-cmake-modules qt5-host-tools ecm"
|
||||
makedepends="qt5-devel kpackage-devel kconfig-devel qt5-tools libiodbc-devel qt5-plugin-odbc qt5-plugin-mysql qt5-plugin-pgsql qt5-plugin-sqlite ki18n-devel kcrash-devel gettext-devel qt5-sql qt5-plugin-tds qcoro-qt5-devel ecm-devel"
|
||||
short_desc="KDE non-blocking sql database framework for Qt5 inspired by rust Diesel."
|
||||
maintainer="ITmodulo <itmodulo@disroot.org>"
|
||||
license="LGPL-3.0-only"
|
||||
shlib_provides="libfuturesql5.so libfuturesql5.so.0"
|
||||
homepage="https://invent.kde.org/libraries/futuresql"
|
||||
distfiles="https://invent.kde.org/libraries/futuresql/-/archive/ea6d55f0152db52bfc2022b3c34fa979a0dc88bc/futuresql-ea6d55f0152db52bfc2022b3c34fa979a0dc88bc.tar.bz2"
|
||||
checksum=3f98d5a0532104912ad73dbb08723664d0ab3cc8cd6de880abda3db7019f58e0
|
||||
|
||||
qt5-futuresql-devel_package(){
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
}
|
||||
}
|
||||
Reference in a new issue