🔒 Repository is read-only – file editing is disabled.

recipes/utils/lftp/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: lftp
pkgver: '4.9.3'
pkgrel: '2'
pkgdesc: 'lftp is a sophisticated ftp/http client.'
url: 'https://lftp.yar.ru'
arch: x86_64
depends: []
makedepends:
- gnutls
- 'hicolor-icon-theme'
- perl

source:
- 'https://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
  --with-gnutls \
  --without-openssl \
  --without-included-regex \
  --disable-static

  make
  make DESTDIR=${PKGDIR} install

package: |
  true