18 lines
556 B
Bash
18 lines
556 B
Bash
# Template file for 'nnn'
|
|
pkgname=nnn
|
|
version=2.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="ncurses-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"
|
|
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
|
|
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
|
|
checksum=88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|