1cc056226e
Closes: #7942 [via git-merge-pr]
17 lines
485 B
Bash
17 lines
485 B
Bash
# Template file for 'nnn'
|
|
pkgname=nnn
|
|
version=1.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
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=f50f59953c29408963bbb961891155bd0a1fe2072d4441cc0ff927b128725c7f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|