16 lines
456 B
Bash
16 lines
456 B
Bash
# Template file for 'nnn'
|
|
pkgname=nnn
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="ncurses-devel readline-devel"
|
|
short_desc="A lightweight terminal file browser"
|
|
maintainer="Dennis Kraus <kraus@posteo.de>"
|
|
license="BSD"
|
|
homepage="https://github.com/jarun/nnn"
|
|
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
|
checksum=f1170864c26e55d89034d555572484950998fa6d99784237d76cd4e3bf45aed8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|