🔒 Repository is read-only – file editing is disabled.

recipes/gui/vifm/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: vifm
pkgver: '0.14.4'
pkgrel: '1'
pkgdesc: 'File manager with curses interface, which provides Vi[m]-like environment'
url: 'https://vifm.info/'
arch: x86_64
depends:
- 'desktop-file-utils'

makedepends:
- file
- perl

source:
- 'https://github.com/vifm/vifm/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install