mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
20 lines
424 B
Bash
20 lines
424 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
DESCRIPTION="Library for interfacing with IIO devices"
|
|
HOMEPAGE="https://github.com/analogdevicesinc/libiio"
|
|
|
|
EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
|
|
KEYWORDS=""
|
|
|
|
LICENSE="LGPL-2.1"
|
|
SLOT="0"
|
|
|
|
RDEPEND="dev-libs/libxml2:=
|
|
virtual/libusb:1="
|
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
inherit cmake-utils git-r3
|