mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
tnftp: use ftp alternative.
This commit is contained in:
parent
fcc1f43315
commit
b6ab57ef87
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tnftp'
|
||||
pkgname=tnftp
|
||||
version=20151004
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libressl-devel ncurses-devel"
|
||||
short_desc="NetBSD enhanced ftp client"
|
||||
|
@ -11,6 +11,11 @@ homepage="http://netbsd.gw.com/cgi-bin/man-cgi?ftp"
|
|||
distfiles="ftp://ftp.netbsd.org/pub/NetBSD/misc/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0
|
||||
|
||||
alternatives="
|
||||
ftp:ftp:/usr/bin/${pkgname}
|
||||
ftp:ftp.1:/usr/share/man/man1/${pkgname}.1
|
||||
"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue