# Maintainer: darkelectron # Contributor: Dany Marcoux # Contributor: Stefan Husmann pkgname=lf-bin pkgver=25 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") sha256sums_i686=('40d089c544c80cd488ddd6793edaadfa7a20fec640a12d00fc8ed77087d1ab42') sha256sums_x86_64=('1ff1f05ccb05d4afd3d1888d01212eee0e9e3af7c46fd434beea9b30f3c7c1dc') sha256sums_armv7h=('a3fa4413ee437f9eb9b9f9a83ef68bf55d58a5cc06b58b8c84e77d1ce9d17e73') provides=('lf') conflicts=('lf') package() { install -Dm755 "lf" "$pkgdir/usr/bin/lf" }