summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 56213f076b2f981928a675bb7086a80ee5b385da (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
25
26
27
28
# Maintainer: Connor Etherington <connor@concise.cc>
# ---
_pkgname=lfp
pkgname=lfp-git
pkgver=3.1
pkgrel=1
pkgdesc='A wrapper for the lf file manager with in-terminal media previews, on-exit directory changing and much more'
license=('MIT')
arch=('x86_64')
url="https://gitlab.com/a4to/lfp"
depends=(lf zsh ffmpeg graphicsmagick openslide ghostscript bat fzf dunst dialog xsel lolcat python3 python-docopt python-pillow python-attrs)
conflicts=(lfp-git)
optdepends=(
  'nodejs: to make use of lfps built in node actions manager'
  )
source=("git+https://gitlab.com/a4to/lfp.git")
sha256sums=('SKIP')

build() {
  cd "$srcdir/$${_pkgname}"
  make
}

package() {
  cd "$srcdir/$${_pkgname}"
  make DESTDIR="$pkgdir" install
}