void-packages/srcpkgs/nnn/template
2018-10-20 07:06:17 +02:00

18 lines
556 B
Bash

# Template file for 'nnn'
pkgname=nnn
version=2.0
revision=2
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"
changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
homepage="https://github.com/jarun/nnn"
distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
checksum=0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9
post_install() {
vlicense LICENSE
}