x11-misc/lightdm: amd64 stable wrt bug #724378
[gentoo.git] / x11-misc / rofi-calc / rofi-calc-1.5.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit autotools
7
8 DESCRIPTION="Do live calculations in rofi!"
9 HOMEPAGE="https://github.com/svenstaro/rofi-calc"
10 SRC_URI="https://github.com/svenstaro/rofi-calc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="MIT"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="
18         x11-misc/rofi
19         >=sci-libs/libqalculate-2.0
20 "
21 RDEPEND="${DEPEND}"
22
23 src_prepare() {
24         default
25         eautoreconf -i
26 }