🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425
pkgname: clex
pkgver: '4.7'
pkgrel: '2'
pkgdesc: 'clex (light file manager)'
url: 'http://www.clex.sk/'
arch: x86_64
depends: []
makedepends:
- ncurses
source:
- 'https://github.com/xitop/clex/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true