summaryrefslogtreecommitdiff
path: root/gnustep-apps/ftp/ftp-0.6.ebuild
blob: 8b5d205858c257196e9b2336c6615d0e7b9b0b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit gnustep-2

MY_P="FTP-${PV}"

DESCRIPTION="FTP client for GNUstep"
HOMEPAGE="http://gap.nongnu.org/ftp/"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S=${WORKDIR}/${MY_P}