void-packages/srcpkgs/nnn/template

18 lines
485 B
Bash
Raw Normal View History

# Template file for 'nnn'
pkgname=nnn
version=1.6
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
2017-05-14 18:19:01 +00:00
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"
2017-12-28 22:49:03 +00:00
checksum=e8b10a3b9847ba7ad3317f608691aaebcdaf2b67219d732f7a5d468221d3e83e
post_install() {
vlicense LICENSE
}