Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 602772 Details for
Bug 704964
dev-qt/qtprotobuf-0.1.0 - gRPC and Protobuf generator and bindings for [the] Qt framework
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for qtprotobuf version 0.1.0
qtprotobuf-0.1.0.ebuild (text/plain), 1012 bytes, created by
Alexey Edelev
on 2020-01-08 11:04:59 UTC
(
hide
)
Description:
Ebuild for qtprotobuf version 0.1.0
Filename:
MIME Type:
Creator:
Alexey Edelev
Created:
2020-01-08 11:04:59 UTC
Size:
1012 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI="6" > >inherit cmake-utils > >DESCRIPTION="gRPC and Protobuf generator and bindings for Qt framework" >HOMEPAGE="https://semlanik.github.io/qtprotobuf/" >SRC_URI="https://github.com/semlanik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" >IUSE="static-libs test" > >RDEPEND=" > >=dev-lang/go-1.12.13 > >=dev-libs/protobuf-3.6" >DEPEND="${RDEPEND} > >=dev-util/cmake-3.1 > test? ( >=dev-cpp/gtest-1.8.0 > >=net-libs/grpc-1.15.0 )" > >RESTRICT+=" test" > >BUILD_DIR=${WORKDIR}/build > >src_configure() { > mkdir ${BUILD_DIR} > cd ${BUILD_DIR} > cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DQTPROTOBUF_MAKE_TESTS=OFF -DQTPROTOBUF_MAKE_EXAMPLES=OFF ${WORKDIR}/${P} >} > >src_compile() { > cd ${BUILD_DIR} > emake >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 704964
:
602772
|
603266