speedie-overlay/app-misc/gsimplecal/gsimplecal-9999.ebuild

30 lines
556 B
Bash
Raw Normal View History

2022-11-12 00:07:24 +01:00
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Simple and lightweight GTK calendar"
HOMEPAGE="http://dmedvinsky.github.io/gsimplecal/"
LICENSE="BSD"
SLOT="0"
inherit autotools
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dmedvinsky/${PN}.git"
KEYWORDS="~amd64 ~x86 ~arm ~arm64 ~ppc ~ppc64 ~riscv"
fi
IUSE=""
2022-11-12 00:11:08 +01:00
DEPEND="sys-devel/autoconf dev-util/pkgconfig x11-libs/gtk+"
2022-11-12 00:07:24 +01:00
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
eautoreconf
}