Merge pull request #1975 from pullmoll/injeqt
New package: injeqt-1.0.1
This commit is contained in:
commit
9328d14955
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
injeqt
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue