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

recipes/utils/ranger/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: ranger
pkgver: '1.9.4'
pkgrel: '3'
pkgdesc: 'File manager with VI key bindings.'
url: 'https://ranger.nongnu.org/'
arch: x86_64
depends: []
makedepends:
- python
- 'python-setuptools'

source:
- 'https://ranger.github.io/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  python setup.py install --prefix=/usr --root=${PKGDIR}

package: |
  true