void-packages/srcpkgs/nnn/template
maxice8 1cc056226e nnn: update to 1.5.
Closes: #7942 [via git-merge-pr]
2017-10-15 16:19:08 -07:00

18 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
}