speedie-overlay/app-misc/gsimplecal/gsimplecal-9999.ebuild
2022-11-12 00:10:04 +01:00

30 lines
557 B
Bash

# 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=""
DEPEND="dev-python/autoconf dev-util/pkgconfig x11-libs/gtk+"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
eautoreconf
}