makedeb


lf-bin 27-1


A terminal file manager inspired by ranger (Precompiled binary from official repository)

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for lf-bin.

# Maintainer: SZanko, szanko at protonmail dot com
# Contributer: Aoibhinn Nic Aoidh <oibind@pm.me>
# Contributor: Dany Marcoux <danymarcoux+archlinux@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=lf-bin
pkgver=27
pkgrel=1
pkgdesc='A terminal file manager inspired by ranger (Precompiled binary from official repository)'
arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/gokcehan/lf'
license=('MIT') # https://github.com/gokcehan/lf/blob/master/LICENSE
options=('!strip' '!emptydirs')
source_i686=("lf-$pkgver-linux-386.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-386.tar.gz")
source_x86_64=("lf-$pkgver-linux-amd64.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-amd64.tar.gz")
source_armv7h=("lf-$pkgver-linux-arm.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
source_aarch64=("lf-$pkgver-linux-arm64.tar.gz::${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
sha256sums_i686=(
  '7735a1a203c58891bafdc6869f72606142694179eb5798b6674ef9e7b02dbd71'
)
sha256sums_x86_64=(
  'b8f9431dc63f7b2cff8e4306cff4c075adbe9f0900b563f91a6b742a41290d7f'
)
sha256sums_armv7h=(
  'e3dfc49ff95aacae1f44be882f8b36960182e200bad10f1afad3a63df37b0927'
)
provides=('lf')
conflicts=('lf')

package() {
  install -Dm755 "lf" "$pkgdir/usr/bin/lf"
}