gentoo-ebuilds/gnustep-apps/addresses/addresses-0.5.0.ebuild
Bernard Cafarelli a7bc6061ae
gnustep-apps/addresses: add 0.5.0
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
2025-02-23 23:15:18 +01:00

16 lines
450 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnustep-2
DESCRIPTION="Apple Addressbook work alike (standalone and for GNUMail)"
HOMEPAGE="http://gap.nongnu.org/addresses/"
SRC_URI="https://savannah.nongnu.org/download/gap/${P/a/A}.tar.gz"
S="${WORKDIR}/${P/a/A}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
PATCHES=( "${FILESDIR}"/${PN}-0.4.7-as-needed.patch )