Skip to content

Commit

Permalink
FL-3736: add OpenBoardView
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed May 15, 2017
1 parent 3388c8a commit 328ebaa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sci-electronics/OpenBoardView/OpenBoardView-7.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Distributed under the terms of the GNU General Public License v2

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+:3
media-libs/libsdl2
sys-libs/zlib
dev-db/sqlite
media-libs/fontconfig
"
RDEPEND="${DEPEND}"

0 comments on commit 328ebaa

Please sign in to comment.