mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: qcoro-qt5-0.8.0
This commit is contained in:
parent
a9789a829a
commit
41df2eddfb
2 changed files with 30 additions and 0 deletions
1
srcpkgs/qcoro-qt5-devel
Symbolic link
1
srcpkgs/qcoro-qt5-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
qcoro-qt5
|
29
srcpkgs/qcoro-qt5/template
Normal file
29
srcpkgs/qcoro-qt5/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'qcoro-qt5'
|
||||
pkgname=qcoro-qt5
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_QT_VERSION=5"
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel qt5-websockets-devel qt5-declarative-devel"
|
||||
checkdepends="dbus"
|
||||
short_desc="C++ Coroutines for Qt5"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="MIT"
|
||||
homepage="https://qcoro.dvratil.cz/"
|
||||
distfiles="https://github.com/danvratil/qcoro/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=28f90d817f42352084242f7a1ff090c5cff92359e4dbecea8f04d39ebcf630f8
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
qcoro-qt5-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue