speedie-overlay/gui-libs/dragon/dragon-1.2.0.ebuild

27 lines
526 B
Bash
Raw Normal View History

2022-11-11 15:48:06 +01:00
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="Simple drag-and-drop source/sink for X or Wayland"
HOMEPAGE="https://github.com/mwh/dragon"
SRC_URI="https://github.com/mwh/${PN}/archive/v${PV}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND="gui-libs/gtk"
DEPEND="${RDEPEND}"
src_prepare() {
default
}
src_install() {
emake PREFIX="${D}${EPREFIX}/usr" install
}