void-packages/srcpkgs/nnn/template

17 lines
456 B
Bash

# Template file for 'nnn'
pkgname=nnn
version=1.1
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=15ce2a205147b8dd9da5de1ffa6e4b273ac8385959740786f7342057d0209cc3
post_install() {
vlicense LICENSE
}