summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 367f506edab47a01c01e80ae5c357caee64dad8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Aoibhinn Nic Aoidh <oibind@pm.me>
# Maintainer: Dany Marcoux <danymarcoux+archlinux@gmail.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=lf-bin
pkgver=15
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=('e18cf043b4bb388e3389c8b102446d8ce8ae2ef390bab2161b81b9adf9c4b8a1')
sha256sums_x86_64=('30b36d96d4fe815e07ce4d036d43fbbe2b9fe9d3ea943b76c0913df7674fa838')
sha256sums_armv7h=('6608d05fb029f726c7593b9dac62e82f5ec402bb1938581eadf6eeb644255985')
provides=('lf')
conflicts=('lf')

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