New package: injeqt-1.0.1

This is required for kadu (request #1969)
This commit is contained in:
jbu 2015-07-06 20:23:12 +02:00
parent 109e158075
commit f80c0d02fe
3 changed files with 25 additions and 0 deletions

View File

@ -2076,3 +2076,4 @@ libtorrent-rasterbar.so.8 libtorrent1-1.0.5_1
libtidy5.so.4 libtidy5-4.9.30_1
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
libQupZilla.so.1 qupzilla-1.8.6_1
libinjeqt.so.0 injeqt-1.0.1_1

1
srcpkgs/injeqt-devel Symbolic link
View File

@ -0,0 +1 @@
injeqt

23
srcpkgs/injeqt/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'injeqt'
pkgname=injeqt
version=1.0.1
revision=1
build_style=cmake
hostmakedepends="cmake pkg-config"
makedepends="qt5-devel"
short_desc="Dependency injection framework for Qt"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="LGPL-2.1"
homepage="https://github.com/vogel/${pkgname}"
distfiles="https://github.com/vogel/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d
injeqt-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}