mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: libQuotient-0.6.6
This commit is contained in:
parent
015894cbb8
commit
5f350b4ded
3 changed files with 27 additions and 0 deletions
|
@ -3550,6 +3550,7 @@ libgaminggearwidget.so.0 libgaminggear-0.15.1_1
|
||||||
libopkg.so.1 libopkg-0.4.4_2
|
libopkg.so.1 libopkg-0.4.4_2
|
||||||
libkodiplatform.so.19.0 kodi-platform-20180302_1
|
libkodiplatform.so.19.0 kodi-platform-20180302_1
|
||||||
libQMatrixClient.so.0.5.3 libqmatrixclient-0.5.3.2_1
|
libQMatrixClient.so.0.5.3 libqmatrixclient-0.5.3.2_1
|
||||||
|
libQuotient.so.0.6 libQuotient-0.6.6_1
|
||||||
libipset.so.13 libipset-7.9_1
|
libipset.so.13 libipset-7.9_1
|
||||||
libmp3splt.so.0 libmp3splt-0.9.2_1
|
libmp3splt.so.0 libmp3splt-0.9.2_1
|
||||||
libliquid.so.1 liquid-dsp-1.3.1_1
|
libliquid.so.1 liquid-dsp-1.3.1_1
|
||||||
|
|
1
srcpkgs/libQuotient-devel
Symbolic link
1
srcpkgs/libQuotient-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libQuotient
|
25
srcpkgs/libQuotient/template
Normal file
25
srcpkgs/libQuotient/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'libQuotient'
|
||||||
|
pkgname=libQuotient
|
||||||
|
version=0.6.6
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
|
||||||
|
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||||
|
makedepends="qt5-devel qt5-multimedia-devel"
|
||||||
|
short_desc="Qt5 library to write cross-platform clients for Matrix"
|
||||||
|
maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://matrix.org/docs/projects/sdk/quotient"
|
||||||
|
distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
|
||||||
|
checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
|
||||||
|
|
||||||
|
libQuotient-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue