18 lines
484 B
Bash
18 lines
484 B
Bash
# Template file for 'nnn'
|
|
pkgname=nnn
|
|
version=1.7
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="readline-devel"
|
|
short_desc="The missing terminal file browser for X"
|
|
maintainer="Dennis Kraus <kraus@posteo.de>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/jarun/nnn"
|
|
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
|
checksum=fbe26efbed8b467352f313b92f8617d873c8cf0209fb6377572cf8d1ddc2747c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|