Ebuild for OpenBoardView

This commit is contained in:
Gerardo J. Puerta 2017-04-24 09:56:34 +02:00
parent 23788ad9b9
commit 8fb8bb9616
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD OpenBoardView-7.3.ebuild 605 SHA256 29fa7b3fdb7df00d3da075f790ee795760437117b1f3b5522a814d19a385ff99 SHA512 f6bf73bae6acc5dc23aa274efc078074ceb40b49dead540306aae751aab27b81ac36882ddf24659f462be99461b390affdc024e0384c250c60ef123b19998f36 WHIRLPOOL bb2139daaeedcf7686bcd7fb871cd18d644f9987bac6ac5b90fb36008a58062ecc62f63e0871e436cda24a5c50891a24601da0008ff173464579ff0ab08dbfaf

View File

@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils cmake-utils git-r3
DESCRIPTION="Linux SDL/ImGui edition software for viewing .brd files, intended as a drop-in replacement for the \"Test_Link\" software and \"Landrex\""
HOMEPAGE="http://openboardview.org/"
EGIT_REPO_URI="https://github.com/OpenBoardView/OpenBoardView"
EGIT_COMMIT="R${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
x11-libs/gtk+
media-libs/libsdl
sys-libs/zlib
dev-db/sqlite
media-libs/fontconfig
"
RDEPEND="${DEPEND}"