summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 25622f48f0a775dc8ffb6216f49297aec1d8f446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Dany Marcoux <danymarcoux+archlinux@gmail.com>

pkgname=lf
pkgver=4
pkgrel=1
pkgdesc='lf: A terminal file manager, heavily 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=("${url}/releases/download/r${pkgver}/lf-linux-386.tar.gz")
source_x86_64=("${url}/releases/download/r${pkgver}/lf-linux-amd64.tar.gz")
source_armv7h=("${url}/releases/download/r${pkgver}/lf-linux-arm.tar.gz")
md5sums_i686=('208d736544a2eadb3ceaad6000932dce')
md5sums_x86_64=('e8c9fe971c41a428bf302e00f077fe26')
md5sums_armv7h=('0a6a42df17202bbee767cbbace27726f')

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